MCPcopy 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

199void NodeEditorShow() { editor.show(); }
200
201void NodeEditorShutdown()
202{
203 ImNodes::PopAttributeFlag();
204 editor.save();
205}
206} // namespace example

Callers

nothing calls this directly

Calls 2

PopAttributeFlagFunction · 0.85
saveMethod · 0.80

Tested by

no test coverage detected