MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / appendf

Method appendf

extern/imgui/imgui.cpp:2565–2571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2563}
2564
2565void ImGuiTextBuffer::appendf(const char* fmt, ...)
2566{
2567 va_list args;
2568 va_start(args, fmt);
2569 appendfv(fmt, args);
2570 va_end(args);
2571}
2572
2573// Helper: Text buffer for logging/accumulating text
2574void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 6

DebugLogVMethod · 0.80
ShowExampleAppLongTextFunction · 0.80
writeIniMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected