MCPcopy
hub / github.com/spicetify/cli / fnStr

Function fnStr

jsHelper/spicetifyWrapper.js:509–519  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

507})();
508
509const fnStr = (f) => {
510 try {
511 return f.toString();
512 } catch {
513 try {
514 return Function.prototype.toString.call(f);
515 } catch {
516 return "";
517 }
518 }
519};
520
521(async function hotloadWebpackModules() {
522 while (!window?.webpackChunkclient_web) {

Callers 2

exposeReactComponentsUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected