MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / theme

Method theme

src/app/mod.rs:135–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 fingerprint: u64,
134 launch: CachedLaunch,
135}
136
137enum CachedLaunch {
138 Hosted(Box<full_stack::session::BuildOutcome>),
139 Kernel(Box<full_stack::session::KernelBootOutcome>),
140}
141

Callers 1

apply_settingsMethod · 0.80

Calls 2

colorsMethod · 0.80
with_accentMethod · 0.80

Tested by

no test coverage detected