MCPcopy 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

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