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

Function info

packages/opencode/src/session/message-v2.ts:80–85  ·  view source on GitHub ↗
(row: typeof MessageTable.$inferSelect)

Source from the content-addressed store, hash-verified

78}
79
80const info = (row: typeof MessageTable.$inferSelect) =>
81 ({
82 ...row.data,
83 id: row.id,
84 sessionID: row.session_id,
85 }) as Info
86
87const part = (row: typeof PartTable.$inferSelect) =>
88 ({

Callers 2

hydrateFunction · 0.70
message-v2.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected