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

Method getLast

src/common/classes/tree.h:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 bool getFirst() { return defaultAccessor.getFirst(); }
199
200 bool getLast() { return defaultAccessor.getLast(); }
201
202 bool getNext() { return defaultAccessor.getNext(); }
203

Callers 1

testBePlusTreeFunction · 0.45

Calls

no outgoing calls

Tested by 1

testBePlusTreeFunction · 0.36