MCPcopy 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

locateFunction · 0.85
locateMethod · 0.45
currentMethod · 0.45
getNextMethod · 0.45
getPrevMethod · 0.45

Tested by

no test coverage detected