MCPcopy Index your code
hub / github.com/spicetify/cli / wrapProvider

Function wrapProvider

jsHelper/spicetifyWrapper.js:1341–1349  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

1339 })();
1340
1341 function wrapProvider(component) {
1342 if (!component) return null;
1343 return (props) =>
1344 Spicetify.React.createElement(
1345 Spicetify.ReactComponent.RemoteConfigProvider,
1346 { configuration: Spicetify.Platform.RemoteConfiguration },
1347 Spicetify.React.createElement(component, props)
1348 );
1349 }
1350
1351 (function waitForURI() {
1352 if (!Spicetify.URI) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected