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

Function parseClassName

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

Source from the content-addressed store, hash-verified

79 * @returns index where the next invocation of `parseClassNameNext` should resume.
80 */
81export function parseClassName(text: string): number {
82 resetParserState(text);
83 return parseClassNameNext(text, consumeWhitespace(text, 0, parserState.textEnd));
84}
85
86/**
87 * Parses next `className` token.

Callers 1

classStringParserFunction · 0.90

Calls 3

resetParserStateFunction · 0.85
parseClassNameNextFunction · 0.85
consumeWhitespaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…