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

Method transcript_paths

src/sessions/kiro.rs:76–88  ·  view source on GitHub ↗
(&self, project_root: &Path)

Source from the content-addressed store, hash-verified

74 }
75
76 fn transcript_paths(&self, project_root: &Path) -> Vec<PathBuf> {
77 let mut out = Vec::new();
78 out.extend(collect_workspace_session_files(
79 &self.agent_dir.join("workspace-sessions"),
80 project_root,
81 ));
82 out.extend(collect_agent_storage_files(
83 &self.agent_dir,
84 &self.workspace_storage_dir,
85 project_root,
86 ));
87 out
88 }
89
90 fn parse_new(
91 &self,

Callers 1

ingest_sourceFunction · 0.45

Calls 2

Tested by

no test coverage detected