MCPcopy Create free account
hub / github.com/ddnet/ddnet / Storage

Method Storage

src/engine/server/server.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 const CConfig *Config() const { return m_pConfig; }
92 class IConsole *Console() { return m_pConsole; }
93 class IStorage *Storage() { return m_pStorage; }
94 class IEngineAntibot *Antibot() { return m_pAntibot; }
95 class CDbConnectionPool *DbPool() { return m_pConnectionPool; }
96 IEngine *Engine() { return m_pEngine; }

Callers 2

ConRecordMethod · 0.45
MaplistEntryCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected