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

Method string

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

String tokens: single or double quoted

()

Source from the content-addressed store, hash-verified

108
109 /** String tokens: single or double quoted */
110 private string(): StringToken | undefined {
111 return this.single() || this.double();
112 }
113
114 /** Attempt to parse any token */
115 private value(): Token | undefined {

Callers 1

valueMethod · 0.95

Calls 2

singleMethod · 0.95
doubleMethod · 0.95

Tested by

no test coverage detected