MCPcopy 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
607void resetMap(const char* securityDb)
608{
609 MutexLockGuard g(treeMutex, FB_FUNCTION);
610 tree().remove(securityDb);
611}
612
613void resetMap(const char* securityDb, ULONG index);
614

Callers 2

clearCacheMethod · 0.85
clearDeliveryThreadMethod · 0.85

Calls 2

removeMethod · 0.45
invalidateMethod · 0.45

Tested by

no test coverage detected