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

Method empty

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

Source from the content-addressed store, hash-verified

2307 const char* end() const { return Buf.Data ? &Buf.back() : EmptyString; } // Buf is zero-terminated, so end() will point on the zero-terminator
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; }

Callers 15

RenderMethod · 0.45
SetLeagueClientInfoMethod · 0.45
GetLeagueProcessesMethod · 0.45
IsProcessGoodMethod · 0.45
CustomMethod · 0.45
InvokeMethod · 0.45
GetLedgeUrlMethod · 0.45
RenderMethod · 0.45
GetPlayerPreferencesMethod · 0.45
RenderMethod · 0.45
InstantMessageMethod · 0.45
AutoAcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected