MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / value

Method value

packages/core/css-value/reworkcss-value.ts:115–117  ·  view source on GitHub ↗

Attempt to parse any token

()

Source from the content-addressed store, hash-verified

113
114 /** Attempt to parse any token */
115 private value(): Token | undefined {
116 return this.number() || this.ident() || this.string() || this.comma();
117 }
118
119 /** Run the full parse loop */
120 public parse(): Token[] {

Callers 1

parseMethod · 0.95

Calls 4

numberMethod · 0.95
identMethod · 0.95
stringMethod · 0.95
commaMethod · 0.95

Tested by

no test coverage detected