Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
export
function
isEmptyError(e: Error): e is EmptyError {
54
return
e instanceof EmptyError || e?.name ===
'EmptyError'
;
55
}
Callers
2
processSegment
Method · 0.90
resolveNode
Function · 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…