MCPcopy 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)]
18pub struct BootstrapPlan {
19 phases: Vec<BootstrapPhase>,
20}
21
22impl BootstrapPlan {
23 #[must_use]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected