MCPcopy Create free account
hub / github.com/crosire/reshade / clear_errors

Method clear_errors

source/imgui_code_editor.hpp:178–178  ·  view source on GitHub ↗

Removes all displayed errors that were previously added via .

Source from the content-addressed store, hash-verified

176 /// Removes all displayed errors that were previously added via <see cref="add_error"/>.
177 /// </summary>
178 void clear_errors() { _errors.clear(); }
179 /// <summary>
180 /// Marks the editor as no longer being modified.
181 /// </summary>

Callers 1

open_code_editorMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected