MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getFirst

Method getFirst

src/common/classes/sparse_bitmap.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 bool locate(LocType lt, T key) { return defaultAccessor.locate(lt, key); }
75
76 bool getFirst() { return defaultAccessor.getFirst(); }
77
78 bool getLast() { return defaultAccessor.getLast(); }
79

Callers 3

getFirstMethod · 0.45
bit_orMethod · 0.45
bit_andMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected