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

Method isInstance

packages/opencode/src/storage/storage.ts:14–16  ·  view source on GitHub ↗
(input: unknown)

Source from the content-addressed store, hash-verified

12 message: Schema.String,
13}) {
14 static isInstance(input: unknown): input is NotFoundError {
15 return input instanceof NotFoundError
16 }
17}
18
19export type Error = FSUtil.Error | NotFoundError

Callers 9

index.tsFile · 0.45
prompt.tsFile · 0.45
message-v2.tsFile · 0.45
fromErrorFunction · 0.45
retryableFunction · 0.45
policyFunction · 0.45
processor.tsFile · 0.45
error.tsFile · 0.45
routeHttpApiWorkspaceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected