| 3035 | } // namespace |
| 3036 | |
| 3037 | const char* SaveCurrentEditorStateToIniString(size_t* const data_size) |
| 3038 | { |
| 3039 | return SaveEditorStateToIniString(&EditorContextGet(), data_size); |
| 3040 | } |
| 3041 | |
| 3042 | const char* SaveEditorStateToIniString( |
| 3043 | const ImNodesEditorContext* const editor_ptr, |
nothing calls this directly
no test coverage detected