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

Function getRemoteAgentMetadataPath

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

Source from the content-addressed store, hash-verified

325}
326
327function getRemoteAgentMetadataPath(taskId: string): string {
328 return join(getRemoteAgentsDir(), `remote-agent-${taskId}.meta.json`)
329}
330
331/**
332 * 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