MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / includeFile

Function includeFile

src/jsifier.mjs:858–860  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

856 }
857
858 function includeFile(fileName) {
859 writeOutput(getIncludeFile(fileName));
860 }
861
862 function finalCombiner() {
863 const splitPostSets = splitter(postSets, (x) => x.symbol && x.dependencies);

Callers 1

finalCombinerFunction · 0.85

Calls 2

writeOutputFunction · 0.85
getIncludeFileFunction · 0.85

Tested by

no test coverage detected