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

Method endPredicate

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

Source from the content-addressed store, hash-verified

1062 // In an attribute then end of the attribute value and the premature end to an interpolation
1063 // are both triggered by the `quoteChar`.
1064 const endPredicate = () => this._cursor.peek() === quoteChar;
1065 this._consumeWithInterpolation(
1066 TokenType.ATTR_VALUE_TEXT,
1067 TokenType.ATTR_VALUE_INTERPOLATION,

Callers

nothing calls this directly

Calls 2

isNameEndFunction · 0.85
peekMethod · 0.65

Tested by

no test coverage detected