MCPcopy Create free account
hub / github.com/caseywebdev/react-list / getStyleKey

Function getStyleKey

docs/index.js:17425–17427  ·  view source on GitHub ↗
(href)

Source from the content-addressed store, hash-verified

17423 }
17424}
17425function getStyleKey(href) {
17426 return 'href="' + escapeSelectorAttributeValueInsideDoubleQuotes(href) + '"';
17427}
17428function getStylesheetSelectorFromKey(key) {
17429 return 'link[rel="stylesheet"][' + key + "]";
17430}

Callers 6

preloadFunction · 0.85
preinitStyleFunction · 0.85
getResourceFunction · 0.85
acquireResourceFunction · 0.85
suspendResourceFunction · 0.85
index.jsFile · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…