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

Function missingRequest

packages/server/src/handlers/question.ts:8–10  ·  view source on GitHub ↗
(id: QuestionV2.ID)

Source from the content-addressed store, hash-verified

6import { response } from "../location"
7
8function missingRequest(id: QuestionV2.ID) {
9 return new QuestionNotFoundError({ requestID: id, message: `Question request not found: ${id}` })
10}
11
12export const QuestionHandler = HttpApiBuilder.group(Api, "server.question", (handlers) =>
13 Effect.gen(function* () {

Callers 1

question.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected