MCPcopy Index your code
hub / github.com/angular/angular / _consumeQuote

Method _consumeQuote

packages/compiler/src/ml_parser/lexer.ts:1083–1087  ·  view source on GitHub ↗
(quoteChar: number)

Source from the content-addressed store, hash-verified

1081 }
1082
1083 private _consumeQuote(quoteChar: number) {
1084 this._beginToken(TokenType.ATTR_QUOTE);
1085 this._requireCharCode(quoteChar);
1086 this._endToken([String.fromCodePoint(quoteChar)]);
1087 }
1088
1089 private _consumeTagOpenEnd() {
1090 const tokenType = this._attemptCharCode(chars.$SLASH)

Callers 1

Calls 3

_beginTokenMethod · 0.95
_requireCharCodeMethod · 0.95
_endTokenMethod · 0.95

Tested by

no test coverage detected