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

Function getLocation

packages/compiler/src/expression_parser/parser.ts:98–100  ·  view source on GitHub ↗
(span: ParseSourceSpan)

Source from the content-addressed store, hash-verified

96}
97
98function getLocation(span: ParseSourceSpan): string {
99 return span.start.toString() || '(unknown)';
100}
101
102export class Parser {
103 constructor(

Callers 8

parseActionMethod · 0.70
parseBindingMethod · 0.70
parseSimpleBindingMethod · 0.70
parseInterpolationMethod · 0.70
wrapLiteralPrimitiveMethod · 0.70
getParseErrorFunction · 0.70

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…