Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ pointer
Function
pointer
proto/proto.go:107–109 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
105
}
106
107
func
pointer(v any) unsafe.Pointer {
108
return
(*iface)(unsafe.Pointer(&v)).ptr
109
}
110
111
func
inlined(t reflect.Type) bool {
112
switch
t.Kind() {
Callers
7
inspect
Function · 0.85
loadCachedCodec
Function · 0.85
cachedCodecOf
Function · 0.85
mapSizeFuncOf
Function · 0.85
mapEncodeFuncOf
Function · 0.85
mapDecodeFuncOf
Function · 0.85
growSlice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…