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

Method begin

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

Source from the content-addressed store, hash-verified

2304 ImGuiTextBuffer() { }
2305 inline char operator[](int i) const { IM_ASSERT(Buf.Data != NULL); return Buf.Data[i]; }
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; }

Callers 15

RequestMethod · 0.45
GetLeagueProcessesMethod · 0.45
CustomMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
GetAllChampionSkinsMethod · 0.45
ToLowerMethod · 0.45
ToUpperMethod · 0.45
TableSettingsFindByIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected