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

Method endPredicate

packages/compiler/src/ml_parser/lexer.ts:1081–1081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1079 // In an attribute then end of the attribute value and the premature end to an interpolation
1080 // are both triggered by the `quoteChar`.
1081 const endPredicate = () => this._cursor.peek() === quoteChar;
1082 this._consumeWithInterpolation(
1083 TokenType.ATTR_VALUE_TEXT,
1084 TokenType.ATTR_VALUE_INTERPOLATION,

Callers

nothing calls this directly

Calls 2

isNameEndFunction · 0.85
peekMethod · 0.65

Tested by

no test coverage detected