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

Function input

packages/session-ui/src/components/message-part.tsx:1439–1439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1437 const emptyMetadata: Record<string, any> = {}
1438
1439 const input = () => part().state?.input ?? emptyInput
1440 // @ts-expect-error
1441 const partMetadata = () => part().state?.metadata ?? emptyMetadata
1442 const taskId = createMemo(() => {

Callers 1

message-part.tsxFile · 0.70

Calls 1

partFunction · 0.70

Tested by

no test coverage detected