MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / clear

Method clear

Externals/imgui-1.46/Include/imgui.h:891–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889 int size() const { return Buf.Size - 1; }
890 bool empty() { return Buf.Size >= 2; }
891 void clear() { Buf.clear(); Buf.push_back(0); }
892 const char* c_str() const { return Buf.Data; }
893 IMGUI_API void append(const char* fmt, ...) IM_PRINTFARGS(2);
894 IMGUI_API void appendv(const char* fmt, va_list args);

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected