Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
remove
Method · 0.45
set
Method · 0.45
clear
Method · 0.45
test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected