Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-cpptools
/ error
Method
error
Extension/src/Utility/System/guards.ts:77–79 ·
view source on GitHub ↗
(instance: any)
Source
from the content-addressed store, hash-verified
75
return
instance === undefined;
76
}
77
static error(instance: any): instance is Error {
78
return
instance instanceof Error;
79
}
80
}
Callers
15
translations_auto_pr.js
File · 0.80
marker
Function · 0.80
run
Function · 0.80
initDevModeChecks
Function · 0.80
ignore
Function · 0.80
dispatch
Function · 0.80
subscribe
Function · 0.80
send
Method · 0.80
getAsStringOrUndefined
Method · 0.80
getAsBoolean
Method · 0.80
getAsString
Method · 0.80
getAsNumber
Method · 0.80
Calls
no outgoing calls
Tested by
1
marker
Function · 0.64