MCPcopy
hub / github.com/Tampermonkey/tampermonkey / css_string

Function css_string

src/jslint.js:4723–4728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4721
4722
4723 function css_string() {
4724 if (next_token.id === '(string)') {
4725 advance();
4726 return true;
4727 }
4728 }
4729
4730 function css_color() {
4731 var i, number, paren, value;

Callers 2

css_comma_listFunction · 0.85
font_faceFunction · 0.85

Calls 1

advanceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…