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

Function getScriptSelectorFromKey

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

Source from the content-addressed store, hash-verified

17453 return '[src="' + escapeSelectorAttributeValueInsideDoubleQuotes(src) + '"]';
17454}
17455function getScriptSelectorFromKey(key) {
17456 return "script[async]" + key;
17457}
17458function acquireResource(hoistableRoot, resource, props) {
17459 resource.count++;
17460 if (null === resource.instance)

Callers 6

preloadFunction · 0.85
preloadModuleFunction · 0.85
preinitScriptFunction · 0.85
preinitModuleScriptFunction · 0.85
acquireResourceFunction · 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…