MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / invalidate

Method invalidate

src/jrd/Mapping.cpp:1107–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105 }
1106
1107 void invalidate()
1108 {
1109 logins.invalidate();
1110 roles.invalidate();
1111 pairs.invalidate();
1112 }
1113
1114 private:
1115 class NameCache : private GenericMap<Pair<Left<string, UserId::Privileges> > >

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.45

Tested by

no test coverage detected