MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setAgentTranscriptSubdir

Function setAgentTranscriptSubdir

src/utils/sessionStorage.ts:236–241  ·  view source on GitHub ↗
(
  agentId: string,
  subdir: string,
)

Source from the content-addressed store, hash-verified

234const agentTranscriptSubdirs = new Map<string, string>()
235
236export function setAgentTranscriptSubdir(
237 agentId: string,
238 subdir: string,
239): void {
240 agentTranscriptSubdirs.set(agentId, subdir)
241}
242
243export function clearAgentTranscriptSubdir(agentId: string): void {
244 agentTranscriptSubdirs.delete(agentId)

Callers 1

runAgentFunction · 0.85

Calls 1

setMethod · 0.45

Tested by

no test coverage detected