Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
228
function
partMetadataKey(input: { messageId: string; partId: string }) {
229
return
`${input.messageId}:${input.partId}`
230
}
231
232
export
* as ACPSession from
"./session"
Callers
1
session.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected