MCPcopy Create free account
hub / github.com/casssoft/imgui_lua_bindings / PopEndStack

Function PopEndStack

imgui_lua_bindings.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static void PopEndStack(int type) {
32 if (!endStack.empty()) {
33 endStack.pop_back(); // hopefully the type matches
34 }
35}
36
37static void ImEndStack(int type);
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected