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

Function SaveCurrentEditorStateToIniFile

imnodes.cpp:3138–3141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136}
3137
3138void SaveCurrentEditorStateToIniFile(const char* const file_name)
3139{
3140 SaveEditorStateToIniFile(&EditorContextGet(), file_name);
3141}
3142
3143void SaveEditorStateToIniFile(const ImNodesEditorContext* const editor, const char* const file_name)
3144{

Callers 1

saveMethod · 0.85

Calls 1

SaveEditorStateToIniFileFunction · 0.85

Tested by

no test coverage detected