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

Method workflow_checkpoint_path

core/src/store/file_store.rs:86–90  ·  view source on GitHub ↗
(&self, workflow_id: &str)

Source from the content-addressed store, hash-verified

84 }
85
86 fn workflow_checkpoint_path(&self, workflow_id: &str) -> PathBuf {
87 self.dir
88 .join("workflow_checkpoints")
89 .join(format!("{}.json", safe_session_id(workflow_id)))
90 }
91}
92
93fn safe_session_id(id: &str) -> String {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected