Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ GetSkin
Method
GetSkin
src/client/ct_base_workspace.cpp:1394–1396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1392
}
1393
1394
SkinInterface* BaseWorkspace::GetSkin() {
1395
return skin_;
1396
}
1397
1398
void BaseWorkspace::ExitSdk() {
1399
if (sdk_) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected