Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ charAt
Method
charAt
packages/compiler/src/ml_parser/lexer.ts:1687–1689 ·
view source on GitHub ↗
(pos: number)
Source
from the content-addressed store, hash-verified
1685
}
1686
1687
charAt(pos: number): number {
1688
return
this.input.charCodeAt(pos);
1689
}
1690
1691
protected advanceState(state: CursorState) {
1692
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