MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / task_dir

Method task_dir

src/context/tsk_env.rs:118–120  ·  view source on GitHub ↗

Get the path to a task's directory

(&self, task_id: &str)

Source from the content-addressed store, hash-verified

116
117 /// Get the path to a task's directory
118 pub fn task_dir(&self, task_id: &str) -> PathBuf {
119 self.data_dir.join("tasks").join(task_id)
120 }
121
122 /// Open (or create) the agent.log file for a task in append mode.
123 ///

Callers 15

copy_repoMethod · 0.80
test_store_and_runFunction · 0.80
setup_task_directoryFunction · 0.80
test_delete_taskFunction · 0.80
test_retry_taskFunction · 0.80
buildMethod · 0.80

Calls

no outgoing calls