MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / get_plan_path

Function get_plan_path

crates/opencode-tool/src/plan.rs:238–242  ·  view source on GitHub ↗
(ctx: &ToolContext)

Source from the content-addressed store, hash-verified

236}
237
238fn get_plan_path(ctx: &ToolContext) -> PathBuf {
239 PathBuf::from(&ctx.worktree)
240 .join(".opencode")
241 .join(PLAN_FILE)
242}

Callers 1

executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected