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

Method loop_checkpoint_path

core/src/store/file_store.rs:80–84  ·  view source on GitHub ↗
(&self, run_id: &str)

Source from the content-addressed store, hash-verified

78 }
79
80 fn loop_checkpoint_path(&self, run_id: &str) -> PathBuf {
81 self.dir
82 .join("loop_checkpoints")
83 .join(format!("{}.json", safe_session_id(run_id)))
84 }
85
86 fn workflow_checkpoint_path(&self, workflow_id: &str) -> PathBuf {
87 self.dir

Callers 3

save_loop_checkpointMethod · 0.80
load_loop_checkpointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected