Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nelarius/imnodes
/ NodeEditorShutdown
Function
NodeEditorShutdown
example/save_load.cpp:201–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
void NodeEditorShow() { editor.show(); }
200
201
void NodeEditorShutdown()
202
{
203
ImNodes::PopAttributeFlag();
204
editor.save();
205
}
206
} // namespace example
Callers
nothing calls this directly
Calls
2
PopAttributeFlag
Function · 0.85
save
Method · 0.80
Tested by
no test coverage detected