MCPcopy Index your code
hub / github.com/react/react / getStyleKey

Function getStyleKey

packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js:5261–5265  ·  view source on GitHub ↗
(href: string)

Source from the content-addressed store, hash-verified

5259}
5260
5261function getStyleKey(href: string) {
5262 const limitedEscapedHref =
5263 escapeSelectorAttributeValueInsideDoubleQuotes(href);
5264 return `href="${limitedEscapedHref}"`;
5265}
5266
5267function getStyleTagSelector(href: string) {
5268 const limitedEscapedHref =

Callers 5

preloadFunction · 0.85
preinitStyleFunction · 0.85
getResourceFunction · 0.85
acquireResourceFunction · 0.85
suspendResourceFunction · 0.85

Tested by

no test coverage detected