MCPcopy
hub / github.com/ionic-team/capacitor / isFatal

Function isFatal

cli/src/errors.ts:23–25  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

21}
22
23export function isFatal(e: any): e is FatalException {
24 return e && e instanceof FatalException;
25}

Callers 13

runFunction · 0.90
loadExtConfigTSFunction · 0.90
doctorAndroidFunction · 0.90
listCommandFunction · 0.90
copyCommandFunction · 0.90
updateCommandFunction · 0.90
runCommandFunction · 0.90
initCommandFunction · 0.90
addCommandFunction · 0.90
syncCommandFunction · 0.90
openCommandFunction · 0.90
buildCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected