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

Function getResourceKey

packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js:6180–6182  ·  view source on GitHub ↗
(href: string)

Source from the content-addressed store, hash-verified

6178}
6179
6180function getResourceKey(href: string): string {
6181 return href;
6182}
6183
6184function getImageResourceKey(
6185 href: string,

Callers 13

pushLinkFunction · 0.70
pushStyleFunction · 0.70
pushScriptFunction · 0.70
prefetchDNSFunction · 0.70
preconnectFunction · 0.70
preloadFunction · 0.70
preloadModuleFunction · 0.70
preinitStyleFunction · 0.70
preinitScriptFunction · 0.70
preinitModuleScriptFunction · 0.70
internalPreinitScriptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected