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

Method _consumeBlockEnd

packages/compiler/src/ml_parser/lexer.ts:344–347  ·  view source on GitHub ↗
(start: CharacterCursor)

Source from the content-addressed store, hash-verified

342 }
343
344 private _consumeBlockEnd(start: CharacterCursor) {
345 this._beginToken(TokenType.BLOCK_CLOSE, start);
346 this._endToken([]);
347 }
348
349 private _consumeBlockParameters() {
350 // Trim the whitespace until the first parameter.

Callers 1

tokenizeMethod · 0.95

Calls 2

_beginTokenMethod · 0.95
_endTokenMethod · 0.95

Tested by

no test coverage detected