Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FormatError
Function · 0.80
prompt.ts
File · 0.80
fromError
Function · 0.80
process
Function · 0.80
retryable
Function · 0.80
process
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected