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

Function LoadCurrentEditorStateFromIniFile

imnodes.cpp:3157–3160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3155}
3156
3157void LoadCurrentEditorStateFromIniFile(const char* const file_name)
3158{
3159 LoadEditorStateFromIniFile(&EditorContextGet(), file_name);
3160}
3161
3162void LoadEditorStateFromIniFile(ImNodesEditorContext* const editor, const char* const file_name)
3163{

Callers 1

loadMethod · 0.85

Calls 1

Tested by

no test coverage detected