MCPcopy 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
1070private:
1071 class DbCache

Callers 2

invalidateMethod · 0.45
resetMapFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected