Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
98
function
getLocation(span: ParseSourceSpan): string {
99
return
span.start.toString() ||
'(unknown)'
;
100
}
101
102
export
class
Parser {
103
constructor(
Callers
8
parseAction
Method · 0.70
parseBinding
Method · 0.70
parseSimpleBinding
Method · 0.70
parseInterpolation
Method · 0.70
parseInterpolationExpression
Method · 0.70
wrapLiteralPrimitive
Method · 0.70
getDirectiveBoundTarget
Method · 0.70
getParseError
Function · 0.70
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…