MCPcopy Index your code
hub / github.com/FrameworkComputer/inputmodule-rs / debug_mode

Function debug_mode

ledmatrix/src/main.rs:579–581  ·  view source on GitHub ↗
(state: &LedmatrixState)

Source from the content-addressed store, hash-verified

577}
578
579fn debug_mode(state: &LedmatrixState) -> bool {
580 dyn_sleep_mode(state) == SleepMode::Debug
581}
582
583fn show_startup_animation(state: &LedmatrixState) -> bool {
584 // Show startup animation

Callers 2

show_startup_animationFunction · 0.85
handle_sleepFunction · 0.85

Calls 1

dyn_sleep_modeFunction · 0.85

Tested by

no test coverage detected