MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / clear

Method clear

KBotExt/imgui/imgui.h:2310–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2308 int size() const { return Buf.Size ? Buf.Size - 1 : 0; }
2309 bool empty() const { return Buf.Size <= 1; }
2310 void clear() { Buf.clear(); }
2311 void reserve(int capacity) { Buf.reserve(capacity); }
2312 const char* c_str() const { return Buf.Data ? Buf.Data : EmptyString; }
2313 IMGUI_API void append(const char* str, const char* str_end = NULL);

Callers 15

RenderMethod · 0.45
RenderMethod · 0.45
wWinMainFunction · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
ClearMethod · 0.45
ClearEventsQueueMethod · 0.45
ShutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected