MCPcopy Create free account
hub / github.com/LibreVR/Revive / SharedInstance

Method SharedInstance

ReviveOverlay/revivemanifestcontroller.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const char* CReviveManifestController::AppPrefix = "revive.app.";
24
25CReviveManifestController *CReviveManifestController::SharedInstance()
26{
27 if ( !s_pSharedRevController )
28 {
29 s_pSharedRevController = new CReviveManifestController();
30 }
31 return s_pSharedRevController;
32}
33
34bool GetLibraryPath(PWCHAR path, DWORD length, PWCHAR guid)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected