MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / ~AdminCache

Method ~AdminCache

core/logic/AdminCache.cpp:230–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230AdminCache::~AdminCache()
231{
232 m_destroying = true;
233 DumpAdminCache(AdminCache_Overrides, false);
234 DumpAdminCache(AdminCache_Groups, false);
235
236 List<AuthMethod *>::iterator iter;
237 for (iter=m_AuthMethods.begin();
238 iter!=m_AuthMethods.end();
239 iter++)
240 {
241 delete *iter;
242 }
243
244 delete m_pStrings;
245}
246
247void AdminCache::OnSourceModStartup(bool late)
248{

Callers

nothing calls this directly

Calls 3

DumpAdminCacheFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected