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

Function SaveCurrentEditorStateToIniString

imnodes.cpp:3037–3040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3035} // namespace
3036
3037const char* SaveCurrentEditorStateToIniString(size_t* const data_size)
3038{
3039 return SaveEditorStateToIniString(&EditorContextGet(), data_size);
3040}
3041
3042const char* SaveEditorStateToIniString(
3043 const ImNodesEditorContext* const editor_ptr,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected