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

Function pending

packages/opencode/test/server/httpapi-exercise/dsl.ts:189–195  ·  view source on GitHub ↗
(method: Method, path: string, name: string, reason: string)

Source from the content-addressed store, hash-verified

187}
188
189export const pending = (method: Method, path: string, name: string, reason: string): TodoScenario => ({
190 kind: "todo",
191 method,
192 path,
193 name,
194 reason,
195})
196
197export function route(template: string, params: Record<string, string>) {
198 return Object.entries(params).reduce(

Callers 1

question.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected