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

Function show_startup_animation

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

Source from the content-addressed store, hash-verified

581}
582
583fn show_startup_animation(state: &LedmatrixState) -> bool {
584 // Show startup animation
585 STARTUP_ANIMATION && !debug_mode(state)
586}
587
588fn assign_sleep_reason(
589 previous: Option<SleepReason>,

Callers 1

mainFunction · 0.85

Calls 1

debug_modeFunction · 0.85

Tested by

no test coverage detected