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

Function css_name

src/jslint.js:4703–4708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4701// CSS parsing.
4702
4703 function css_name() {
4704 if (next_token.identifier) {
4705 advance();
4706 return true;
4707 }
4708 }
4709
4710
4711 function css_number() {

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…