Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ charAt
Method
charAt
packages/compiler/src/ml_parser/lexer.ts:1669–1671 ·
view source on GitHub ↗
(pos: number)
Source
from the content-addressed store, hash-verified
1667
}
1668
1669
charAt(pos: number): number {
1670
return
this.input.charCodeAt(pos);
1671
}
1672
1673
protected advanceState(state: CursorState) {
1674
if
(state.offset >= this.end) {
Callers
15
advanceState
Method · 0.95
updatePeek
Method · 0.95
assertInternalAnnotationPresent
Method · 0.80
unescapeAttribute
Method · 0.80
parseTemplateBindings
Method · 0.80
formatI18nPlaceholderName
Function · 0.80
hyphenate
Function · 0.80
hyphenate
Function · 0.80
splitBlock
Function · 0.80
parseTranslation
Function · 0.80
stripBlock
Function · 0.80
someControlFlowCase
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected