MCPcopy 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
547function humanizeSourceSpan(span: ParseSourceSpan): string {
548 return `"${span.toString()}" (${span.start.offset}-${span.end.offset})`;
549}

Callers 1

i18n_spec.tsFile · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…