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

Function LoadCurrentEditorStateFromIniString

imnodes.cpp:3074–3077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3072}
3073
3074void LoadCurrentEditorStateFromIniString(const char* const data, const size_t data_size)
3075{
3076 LoadEditorStateFromIniString(&EditorContextGet(), data, data_size);
3077}
3078
3079void LoadEditorStateFromIniString(
3080 ImNodesEditorContext* const editor_ptr,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected