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

Method isNull

query/device_allocator.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (p devicePointer) isNull() bool {
85 return p.pointer == nil
86}
87
88// offset returns another pointer points to the address of current ptr + offset.
89func (p devicePointer) offset(offset int) devicePointer {

Callers 6

makeVectorPartySliceFunction · 0.80
writeGeoShapeDimMethod · 0.80
geoIntersectMethod · 0.80
expandDimensionsMethod · 0.80
deviceFreeAndSetNilFunction · 0.80
preExecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected