MCPcopy 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
107func pointer(v any) unsafe.Pointer {
108 return (*iface)(unsafe.Pointer(&v)).ptr
109}
110
111func inlined(t reflect.Type) bool {
112 switch t.Kind() {

Callers 7

inspectFunction · 0.85
loadCachedCodecFunction · 0.85
cachedCodecOfFunction · 0.85
mapSizeFuncOfFunction · 0.85
mapEncodeFuncOfFunction · 0.85
mapDecodeFuncOfFunction · 0.85
growSliceFunction · 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…