MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / ClearItems

Method ClearItems

imgui_tiny_app/imgui/imgui_demo.cpp:11106–11110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11104 RequestSort = true;
11105 }
11106 void ClearItems()
11107 {
11108 Items.clear();
11109 Selection.Clear();
11110 }
11111
11112 // Logic would be written in the main code BeginChild() and outputting to local variables.
11113 // We extracted it into a function so we can call it easily from multiple places.

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected