Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ exportPart
Method
exportPart
src/logic/VisualController.cpp:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void VisualController::exportPart(json& j)
35
{
36
Controller::exportPart(j);
37
38
j[
"type"
] =
"VisualController"
;
39
j[
"name"
] = m_Name;
40
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected