MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetInstance

Function GetInstance

src/skin/opensource/skin_opensource.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "version_config.h"
7
8void* GetInstance() {
9 static tc::SkinOpenSource impl;
10 return (void*)&impl;
11}
12
13namespace tc
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected