MCPcopy Create free account
hub / github.com/FunAudioLLM/Fun-Audio-Chat / locateFile

Function locateFile

web_demo/client/public/assets/decoderWorker.min.js:327–332  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

325 typeof process.versions.node === "string";
326var scriptDirectory = "";
327function locateFile(path) {
328 if (Module["locateFile"]) {
329 return Module["locateFile"](path, scriptDirectory);
330 }
331 return scriptDirectory + path;
332}
333var read_, readAsync, readBinary, setWindowTitle;
334function logExceptionOnExit(e) {
335 if (e instanceof ExitStatus) return;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected