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

Method isPositioned

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

Source from the content-addressed store, hash-verified

190 bool fastRemove() { return defaultAccessor.fastRemove(); }
191
192 bool isPositioned(const Key& key) const { return defaultAccessor.isPositioned(key); }
193
194 bool locate(const Key& key) { return defaultAccessor.locate(locEqual, key); }
195

Callers 4

removeMethod · 0.45
setMethod · 0.45
clearMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected