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

Method reserve

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

Source from the content-addressed store, hash-verified

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);
2314 IMGUI_API void appendf(const char* fmt, ...) IM_FMTARGS(2);

Callers 15

RenderMethod · 0.80
BeginColumnsMethod · 0.80
appendMethod · 0.80
appendfvMethod · 0.80
EndFrameMethod · 0.80
_PathArcToNMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected