MCPcopy
hub / github.com/uber/aresdb / getPointer

Method getPointer

query/device_allocator.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (p devicePointer) getPointer() unsafe.Pointer {
81 return p.pointer
82}
83
84func (p devicePointer) isNull() bool {
85 return p.pointer == nil

Callers 15

offsetMethod · 0.95
makeVectorPartySliceFunction · 0.80
filterActionMethod · 0.80
processExpressionMethod · 0.80
makeGeoShapeBatchFunction · 0.80
writeGeoShapeDimMethod · 0.80
geoIntersectMethod · 0.80
hllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected