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

Method is_checked

src/ui/elements/ui_toggle.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 bool Toggle::is_checked() const {
155 return checked;
156 }
157
158 void Toggle::add_checked_callback(std::function<void(bool)> callback) {
159 checked_callbacks.emplace_back(callback);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected