Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RevoSucks/BM64Recomp
/ is_enabled
Method
is_enabled
src/ui/elements/ui_element.cpp:354–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
bool Element::is_enabled() const {
355
return enabled && !disabled_from_parent;
356
}
357
358
// Adapted from RmlUi's `EncodeRml`.
359
std::string escape_rml(std::string_view string)
Callers
1
setup_mod_navigation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected