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

Method locate

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

Default accessor methods

Source from the content-addressed store, hash-verified

70
71 // Default accessor methods
72 bool locate(T key) { return defaultAccessor.locate(locEqual, key); }
73
74 bool locate(LocType lt, T key) { return defaultAccessor.locate(lt, key); }
75

Callers 4

clearMethod · 0.45
testMethod · 0.45
locateMethod · 0.45
bit_orMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected