MCPcopy Create free account
hub / github.com/AI45Lab/Code / subagent_tasks_path

Method subagent_tasks_path

core/src/store/file_store.rs:74–78  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

72 }
73
74 fn subagent_tasks_path(&self, id: &str) -> PathBuf {
75 self.dir
76 .join("subagent_tasks")
77 .join(format!("{}.json", safe_session_id(id)))
78 }
79
80 fn loop_checkpoint_path(&self, run_id: &str) -> PathBuf {
81 self.dir

Callers 3

deleteMethod · 0.80
save_subagent_tasksMethod · 0.80
load_subagent_tasksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected