Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getFirst
Method
getFirst
src/common/classes/tree.h:198–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
bool locate(LocType lt, const Key& key) { return defaultAccessor.locate(lt, key); }
197
198
bool getFirst() { return defaultAccessor.getFirst(); }
199
200
bool getLast() { return defaultAccessor.getLast(); }
201
Callers
10
generateSpecificAttributes
Method · 0.45
initUnicodeCollation
Method · 0.45
~ICUModules
Method · 0.45
create
Method · 0.45
append
Method · 0.45
testBePlusTree
Function · 0.45
testAllocator
Function · 0.45
testAllocatorOverhead
Function · 0.45
testAllocatorMemoryPool
Function · 0.45
testAllocatorMalloc
Function · 0.45
Calls
no outgoing calls
Tested by
2
testBePlusTree
Function · 0.36
testAllocator
Function · 0.36