MCPcopy Create free account
hub / github.com/cssstats/cssstats / handleResolve

Function handleResolve

packages/get-css/index.js:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 function handleResolve() {
45 if (status.parsed >= status.total) {
46 deferred.resolve(result)
47 }
48 }
49
50 function parseHtml(html) {
51 var stripWayback = options.stripWayback || false

Callers 3

parseHtmlFunction · 0.85
handleCssFromLinkFunction · 0.85
parseCssForImportsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…