MCPcopy Index your code
hub / github.com/angular/angular / isEmptyError

Function isEmptyError

packages/router/src/utils/type_guards.ts:53–55  ·  view source on GitHub ↗
(e: Error)

Source from the content-addressed store, hash-verified

51}
52
53export function isEmptyError(e: Error): e is EmptyError {
54 return e instanceof EmptyError || e?.name === 'EmptyError';
55}

Callers 2

processSegmentMethod · 0.90
resolveNodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…