Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadConfig
Method · 0.45
resolveAlias
Function · 0.45
expandDatabaseName
Function · 0.45
notifyDatabaseName
Function · 0.45
Calls
2
locate
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected