MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getConfiguration

Function getConfiguration

Tactility/Source/Tactility.cpp:389–391  ·  view source on GitHub ↗

return the configuration or nullptr if it's not initialized */

Source from the content-addressed store, hash-verified

387
388/** return the configuration or nullptr if it's not initialized */
389const Configuration* getConfiguration() {
390 return config_instance;
391}
392
393Dispatcher& getMainDispatcher() {
394 return mainDispatcher;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected