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

Method _consumeQuote

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

Source from the content-addressed store, hash-verified

1098 }
1099
1100 private _consumeQuote(quoteChar: number) {
1101 this._beginToken(TokenType.ATTR_QUOTE);
1102 this._requireCharCode(quoteChar);
1103 this._endToken([String.fromCodePoint(quoteChar)]);
1104 }
1105
1106 private _consumeTagOpenEnd() {
1107 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