MCPcopy Create free account
hub / github.com/Raais/ImStudio / Clear

Method Clear

src/third-party/imgui/imgui_demo.cpp:6833–6838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6831 }
6832
6833 void Clear()
6834 {
6835 Buf.clear();
6836 LineOffsets.clear();
6837 LineOffsets.push_back(0);
6838 }
6839
6840 void AddLog(const char* fmt, ...) IM_FMTARGS(2)
6841 {

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected