Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ BootstrapPlan
Class
BootstrapPlan
claw-code/rust/crates/runtime/src/bootstrap.rs:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
#[derive(Debug, Clone, PartialEq, Eq)]
18
pub struct BootstrapPlan {
19
phases: Vec<BootstrapPhase>,
20
}
21
22
impl BootstrapPlan {
23
#[must_use]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected