MCPcopy
hub / github.com/claude-code-best/claude-code / getRemoteAgentMetadataPath

Function getRemoteAgentMetadataPath

src/utils/sessionStorage.ts:328–330  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

326}
327
328function getRemoteAgentMetadataPath(taskId: string): string {
329 return join(getRemoteAgentsDir(), `remote-agent-${taskId}.meta.json`)
330}
331
332/**
333 * Persist metadata for a remote-agent task so it can be restored on session

Callers 3

writeRemoteAgentMetadataFunction · 0.85
readRemoteAgentMetadataFunction · 0.85

Calls 1

getRemoteAgentsDirFunction · 0.85

Tested by

no test coverage detected