Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
fn get_plan_path(ctx: &ToolContext) -> PathBuf {
239
PathBuf::from(&ctx.worktree)
240
.join(
".opencode"
)
241
.join(PLAN_FILE)
242
}
Callers
1
execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected