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