Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
enum CachedLaunch {
138
Hosted(Box<full_stack::session::BuildOutcome>),
139
Kernel(Box<full_stack::session::KernelBootOutcome>),
140
}
141
Callers
1
apply_settings
Method · 0.80
Calls
2
colors
Method · 0.80
with_accent
Method · 0.80
Tested by
no test coverage detected