| 3072 | } |
| 3073 | |
| 3074 | void LoadCurrentEditorStateFromIniString(const char* const data, const size_t data_size) |
| 3075 | { |
| 3076 | LoadEditorStateFromIniString(&EditorContextGet(), data, data_size); |
| 3077 | } |
| 3078 | |
| 3079 | void LoadEditorStateFromIniString( |
| 3080 | ImNodesEditorContext* const editor_ptr, |
nothing calls this directly
no test coverage detected