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

Method lookup

src/common/classes/Hash.h:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 C* lookup(const K& key)
240 {
241 Entry** e = locate(key);
242 return (*e) ? (*e)->get() : NULL;
243 }
244
245 C* remove(const K& key)
246 {

Callers 4

loadConfigMethod · 0.45
resolveAliasFunction · 0.45
expandDatabaseNameFunction · 0.45
notifyDatabaseNameFunction · 0.45

Calls 2

locateFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected