MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / transcript_paths

Method transcript_paths

src/sessions/cline_like.rs:105–111  ·  view source on GitHub ↗
(&self, _project_root: &Path)

Source from the content-addressed store, hash-verified

103 }
104
105 fn transcript_paths(&self, _project_root: &Path) -> Vec<PathBuf> {
106 let mut out = Vec::new();
107 for root in &self.storage_roots {
108 out.extend(collect_task_api_paths(root));
109 }
110 out
111 }
112
113 fn parse_new(
114 &self,

Callers

nothing calls this directly

Calls 1

collect_task_api_pathsFunction · 0.85

Tested by

no test coverage detected