Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFirst
Method · 0.45
bit_or
Method · 0.45
bit_and
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected