MCPcopy Index your code
hub / github.com/anomalyco/opencode / partMetadataKey

Function partMetadataKey

packages/opencode/src/acp/session.ts:228–230  ·  view source on GitHub ↗
(input: { messageId: string; partId: string })

Source from the content-addressed store, hash-verified

226}
227
228function partMetadataKey(input: { messageId: string; partId: string }) {
229 return `${input.messageId}:${input.partId}`
230}
231
232export * as ACPSession from "./session"

Callers 1

session.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected