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

Function getLastParsedKey

packages/core/src/render3/styling/styling_parser.ts:56–58  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

54 * @param text the text to substring the key from.
55 */
56export function getLastParsedKey(text: string): string {
57 return text.substring(parserState.key, parserState.keyEnd);
58}
59
60/**
61 * Retrieves the last parsed `value` of style.

Callers 2

styleStringParserFunction · 0.90
classStringParserFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…