MCPcopy 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

advanceStateMethod · 0.95
updatePeekMethod · 0.95
unescapeAttributeMethod · 0.80
parseTemplateBindingsMethod · 0.80
hyphenateFunction · 0.80
hyphenateFunction · 0.80
splitBlockFunction · 0.80
parseTranslationFunction · 0.80
stripBlockFunction · 0.80
someControlFlowCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected