MCPcopy Create free account
hub / github.com/freecodexyz/free-code / clearAgentTranscriptSubdir

Function clearAgentTranscriptSubdir

src/utils/sessionStorage.ts:243–245  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

241}
242
243export function clearAgentTranscriptSubdir(agentId: string): void {
244 agentTranscriptSubdirs.delete(agentId)
245}
246
247export function getAgentTranscriptPath(agentId: AgentId): string {
248 // Same sessionProjectDir consistency as getTranscriptPathForSession —

Callers 1

runAgentFunction · 0.85

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected