MCPcopy Create free account
hub / github.com/angular/angular / charAt

Method charAt

packages/compiler/src/ml_parser/lexer.ts:1702–1704  ·  view source on GitHub ↗
(pos: number)

Source from the content-addressed store, hash-verified

1700 }
1701
1702 charAt(pos: number): number {
1703 return this.input.charCodeAt(pos);
1704 }
1705
1706 protected advanceState(state: CursorState) {
1707 if (state.offset >= this.end) {

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected