MCPcopy Create free account
hub / github.com/Joe1sn/S-inject / ~ExampleAppConsole

Method ~ExampleAppConsole

extern/ImGui/imgui_demo.cpp:8789–8794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8787 AddLog("Welcome to Dear ImGui!");
8788 }
8789 ~ExampleAppConsole()
8790 {
8791 ClearLog();
8792 for (int i = 0; i < History.Size; i++)
8793 ImGui::MemFree(History[i]);
8794 }
8795
8796 // Portable helpers
8797 static int Stricmp(const char* s1, const char* s2) { int d; while ((d = toupper(*s2) - toupper(*s1)) == 0 && *s1) { s1++; s2++; } return d; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected