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

Method _consumeQuote

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

Source from the content-addressed store, hash-verified

1113 }
1114
1115 private _consumeQuote(quoteChar: number) {
1116 this._beginToken(TokenType.ATTR_QUOTE);
1117 this._requireCharCode(quoteChar);
1118 this._endToken([String.fromCodePoint(quoteChar)]);
1119 }
1120
1121 private _consumeTagOpenEnd() {
1122 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