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

Method getPrev

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

Source from the content-addressed store, hash-verified

80 bool getNext() { return defaultAccessor.getNext(); }
81
82 bool getPrev() { return defaultAccessor.getPrev(); }
83
84 T current() const { return defaultAccessor.current(); }
85

Callers 2

locateMethod · 0.45
getPrevMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected