MCPcopy Create free account
hub / github.com/davy7125/polyphone / configuration

Method configuration

sources/context/contextmanager.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37ConfManager * ContextManager::configuration()
38{
39 if (s_instance == nullptr)
40 s_instance = new ContextManager();
41 return s_instance->_configuration;
42}
43
44KeyNameManager * ContextManager::keyName()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected