Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ invalidate
Method
invalidate
src/jrd/Mapping.cpp:1063–1068 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1061
}
1062
1063
void invalidate(const PathName& db)
1064
{
1065
AutoPtr<DbCache>* c = databases.get(db);
1066
if (c)
1067
(*c)->invalidate();
1068
}
1069
1070
private:
1071
class DbCache
Callers
2
invalidate
Method · 0.45
resetMap
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected