MCPcopy Create free account
hub / github.com/anomalyco/opencode / item

Function item

packages/opencode/test/lib/llm-server.ts:596–598  ·  view source on GitHub ↗
(input: Item | Reply)

Source from the content-addressed store, hash-verified

594}
595
596function item(input: Item | Reply) {
597 return input instanceof Reply ? input.item() : input
598}
599
600function hit(url: string, body: unknown) {
601 return {

Callers 3

queueMethod · 0.70
queueMatchMethod · 0.70
llmFunction · 0.50

Calls 1

itemMethod · 0.80

Tested by 1

llmFunction · 0.40