MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / appendf

Method appendf

Source/3rdParty/imgui/imgui.cpp:3151–3157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3149}
3150
3151void ImGuiTextBuffer::appendf(const char* fmt, ...)
3152{
3153 va_list args;
3154 va_start(args, fmt);
3155 appendfv(fmt, args);
3156 va_end(args);
3157}
3158
3159// Helper: Text buffer for logging/accumulating text
3160void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 5

DebugLogVMethod · 0.80
ShowExampleAppLongTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected