MCPcopy Index your code
hub / github.com/caseywebdev/react-list / getStylesheetSelectorFromKey

Function getStylesheetSelectorFromKey

docs/index.js:17428–17430  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

17426 return 'href="' + escapeSelectorAttributeValueInsideDoubleQuotes(href) + '"';
17427}
17428function getStylesheetSelectorFromKey(key) {
17429 return 'link[rel="stylesheet"][' + key + "]";
17430}
17431function stylesheetPropsFromRawProps(rawProps) {
17432 return assign({}, rawProps, {
17433 "data-precedence": rawProps.precedence,

Callers 6

preloadFunction · 0.85
preinitStyleFunction · 0.85
getResourceFunction · 0.85
acquireResourceFunction · 0.85
suspendResourceFunction · 0.85
index.jsFile · 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…