Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ locate
Method
locate
src/common/classes/sparse_bitmap.h:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
{}
249
250
bool locate(T key)
251
{
252
return locate(locEqual, key);
253
}
254
255
// Position accessor on item having LocType relationship with given key
256
// If method returns false position of accessor is not defined.
Callers
nothing calls this directly
Calls
5
locate
Function · 0.85
locate
Method · 0.45
current
Method · 0.45
getNext
Method · 0.45
getPrev
Method · 0.45
Tested by
no test coverage detected