MCPcopy
hub / github.com/opentrace/opentrace / isExportedByForceFilesystem

Function isExportedByForceFilesystem

ui/public/lbug_wasm_worker.js:1755–1767  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1753 }
1754 }
1755 function isExportedByForceFilesystem(name) {
1756 return (
1757 name === 'FS_createPath' ||
1758 name === 'FS_createDataFile' ||
1759 name === 'FS_createPreloadedFile' ||
1760 name === 'FS_preloadFile' ||
1761 name === 'FS_unlink' ||
1762 name === 'addRunDependency' ||
1763 name === 'FS_createLazyFile' ||
1764 name === 'FS_createDevice' ||
1765 name === 'removeRunDependency'
1766 );
1767 }
1768 function missingLibrarySymbol(sym) {
1769 unexportedRuntimeSymbol(sym);
1770 }

Callers 1

getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected