MCPcopy Create free account
hub / github.com/Nelarius/imnodes / NodeEditorShutdown

Function NodeEditorShutdown

example/multi_editor.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void NodeEditorShutdown()
132{
133 ImNodes::PopAttributeFlag();
134 ImNodes::EditorContextFree(editor1.context);
135 ImNodes::EditorContextFree(editor2.context);
136}
137} // namespace example

Callers

nothing calls this directly

Calls 2

PopAttributeFlagFunction · 0.85
EditorContextFreeFunction · 0.85

Tested by

no test coverage detected