Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ DoSave
Method
DoSave
TheForceEngine/TFE_Ui/imGUI/imgui_demo.cpp:8600–8600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8598
void DoOpen() { Open = true; }
8599
void DoForceClose() { Open = false; Dirty = false; }
8600
void DoSave() { Dirty = false; }
8601
};
8602
8603
struct ExampleAppDocuments
Callers
3
DisplayDocContents
Method · 0.80
DisplayDocContextMenu
Method · 0.80
ShowExampleAppDocuments
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected