MCPcopy Create free account
hub / github.com/arctic-cli/interface / isInstance

Method isInstance

packages/util/src/error.ts:29–31  ·  view source on GitHub ↗
(input: any)

Source from the content-addressed store, hash-verified

27 }
28
29 static isInstance(input: any): input is InstanceType<typeof result> {
30 return typeof input === "object" && "name" in input && input.name === name
31 }
32
33 schema() {
34 return schema

Callers 6

FormatErrorFunction · 0.80
prompt.tsFile · 0.80
fromErrorFunction · 0.80
processFunction · 0.80
retryableFunction · 0.80
processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected