Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ resetMap
Function
resetMap
src/jrd/Mapping.cpp:607–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
};
606
607
void resetMap(const char* securityDb)
608
{
609
MutexLockGuard g(treeMutex, FB_FUNCTION);
610
tree().remove(securityDb);
611
}
612
613
void resetMap(const char* securityDb, ULONG index);
614
Callers
2
clearCache
Method · 0.85
clearDeliveryThread
Method · 0.85
Calls
2
remove
Method · 0.45
invalidate
Method · 0.45
Tested by
no test coverage detected