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

Method getPrev

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

Source from the content-addressed store, hash-verified

202 bool getNext() { return defaultAccessor.getNext(); }
203
204 bool getPrev() { return defaultAccessor.getPrev(); }
205
206 Value& current() const { return defaultAccessor.current(); }
207

Callers 2

releaseSpaceMethod · 0.45
testBePlusTreeFunction · 0.45

Calls

no outgoing calls

Tested by 1

testBePlusTreeFunction · 0.36