Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
void* GetInstance() {
9
static tc::SkinOpenSource impl;
10
return (void*)&impl;
11
}
12
13
namespace tc
14
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected