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

Method update_contexts

src/ui/ui_state.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 void update_contexts() {
424 for (auto& context_details : shown_contexts) {
425 context_details.context.open();
426 context_details.context.process_updates();
427 context_details.context.close();
428 }
429 }
430};
431
432std::unique_ptr<UIState> ui_state;

Callers 1

draw_hookFunction · 0.80

Calls 3

openMethod · 0.80
process_updatesMethod · 0.80
closeMethod · 0.80

Tested by

no test coverage detected