Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ humanizeSourceSpan
Function
humanizeSourceSpan
packages/compiler/test/render3/view/i18n_spec.ts:547–549 ·
view source on GitHub ↗
(span: ParseSourceSpan)
Source
from the content-addressed store, hash-verified
545
}
546
547
function
humanizeSourceSpan(span: ParseSourceSpan): string {
548
return
`
"${span.toString()}"
(${span.start.offset}-${span.end.offset})`;
549
}
Callers
1
i18n_spec.ts
File · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…