MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / is_context_shown

Method is_context_shown

src/ui/ui_state.cpp:833–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833bool recompui::is_context_shown(ContextId context) {
834 std::lock_guard lock{ui_state_mutex};
835
836 if (!ui_state) {
837 return false;
838 }
839
840 return ui_state->is_context_shown(context);
841}
842
843bool recompui::is_context_capturing_input() {
844 std::lock_guard lock{ui_state_mutex};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected