MCPcopy Index your code
hub / github.com/Workiva/go-datastructures / IsEmpty

Method IsEmpty

bitarray/interface.go:77–77  ·  view source on GitHub ↗

IsEmpty checks to see if any values are set on the bitarray

()

Source from the content-addressed store, hash-verified

75 ToNums() []uint64
76 // IsEmpty checks to see if any values are set on the bitarray
77 IsEmpty() bool
78}
79
80// Iterator defines methods used to iterate over a bit array.

Callers 4

ExampleFunction · 0.65
TestIsEmptyFunction · 0.65

Implementers 2

sparseBitArraybitarray/sparse_bitarray.go
bitArraybitarray/bitarray.go

Calls

no outgoing calls

Tested by 3

ExampleFunction · 0.52
TestIsEmptyFunction · 0.52