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

Method skip

packages/core/css-value/reworkcss-value.ts:48–50  ·  view source on GitHub ↗
(match: RegExpExecArray)

Source from the content-addressed store, hash-verified

46 }
47
48 private skip(match: RegExpExecArray): void {
49 this.str = this.str.slice(match[0].length);
50 }
51
52 /** Comma tokens: "," */
53 private comma(): CommaToken | undefined {

Callers 10

commaMethod · 0.95
identMethod · 0.95
intMethod · 0.95
floatMethod · 0.95
doubleMethod · 0.95
singleMethod · 0.95
parser.spec.tsFile · 0.80

Calls 1

sliceMethod · 0.45

Tested by

no test coverage detected