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

Method size

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

Buf is zero-terminated, so end() will point on the zero-terminator

Source from the content-addressed store, hash-verified

2306 const char* begin() const { return Buf.Data ? &Buf.front() : EmptyString; }
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); }

Callers 15

GetLeagueProcessesMethod · 0.45
IsProcessGoodMethod · 0.45
CustomMethod · 0.45
InvokeMethod · 0.45
GetPlayerPreferencesMethod · 0.45
RenderMethod · 0.45
InstantMessageMethod · 0.45
AutoAcceptMethod · 0.45
MultiSearchMethod · 0.45
ChangeRunesOpggMethod · 0.45
DecodeMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected