MCPcopy Create free account
hub / github.com/davemoore22/sorcery / get_selected

Method get_selected

src/core/controller.cpp:746–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745 } else if (tab == "Graphics") {
746
747 // Only need to check if strict and reommended modes are on
748 _ctx.get_config(RECOMMENDED_MODE) = _ctx.config->is_rec_mode();
749 _ctx.get_config(STRICT_MODE) = _ctx.config->is_strict_mode();
750 }
751 }
752}
753
754auto Sorcery::Controller::set_can_undo(const bool value) -> void {
755

Callers

nothing calls this directly

Calls 2

containsMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected