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

Method hide_all_contexts

src/ui/ui_state.cpp:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void recompui::hide_all_contexts() {
826 std::lock_guard lock{ui_state_mutex};
827
828 if (ui_state) {
829 ui_state->hide_all_contexts();
830 }
831}
832
833bool recompui::is_context_shown(ContextId context) {
834 std::lock_guard lock{ui_state_mutex};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected