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

Method c_str

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

Source from the content-addressed store, hash-verified

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);
2315 IMGUI_API void appendfv(const char* fmt, va_list args) IM_FMTLIST(2);

Callers 15

RenderMethod · 0.80
InitializeFontsMethod · 0.80
GetLeagueProcessesMethod · 0.80
GetStoreHeaderMethod · 0.80
CustomMethod · 0.80
InvokeMethod · 0.80
GetLedgeUrlMethod · 0.80
RenderMethod · 0.80
GetPlayerPreferencesMethod · 0.80
RenderMethod · 0.80
GetInstalockChampsMethod · 0.80
InstantMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected