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

Function comments

packages/core/css/lib/parse/index.ts:151–160  ·  view source on GitHub ↗

* Parse comments;

(rules?)

Source from the content-addressed store, hash-verified

149 */
150
151 function comments(rules?) {
152 var c;
153 rules = rules || [];
154 while ((c = comment())) {
155 if (c !== false) {
156 rules.push(c);
157 }
158 }
159 return rules;
160 }
161
162 /**
163 * Parse comment.

Callers 10

rulesFunction · 0.85
declarationsFunction · 0.85
atkeyframesFunction · 0.85
atsupportsFunction · 0.85
athostFunction · 0.85
atmediaFunction · 0.85
atpageFunction · 0.85
atdocumentFunction · 0.85
atfontfaceFunction · 0.85
ruleFunction · 0.85

Calls 2

commentFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected