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

Function cost

packages/core/test/plugin/provider-opencode.test.ts:68–68  ·  view source on GitHub ↗
(input: number, output = 0)

Source from the content-addressed store, hash-verified

66}
67
68const cost = (input: number, output = 0) => [{ input, output, cache: { read: 0, write: 0 } }]
69
70describe("OpencodePlugin", () => {
71 it.effect("registers account and service account methods", () =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected