MCPcopy 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

markerFunction · 0.80
runFunction · 0.80
initDevModeChecksFunction · 0.80
ignoreFunction · 0.80
dispatchFunction · 0.80
subscribeFunction · 0.80
sendMethod · 0.80
getAsBooleanMethod · 0.80
getAsStringMethod · 0.80
getAsNumberMethod · 0.80

Calls

no outgoing calls

Tested by 1

markerFunction · 0.64