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

Function includeSystemFile

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

Source from the content-addressed store, hash-verified

852 }
853
854 function includeSystemFile(fileName) {
855 writeOutput(getSystemIncludeFile(fileName));
856 }
857
858 function includeFile(fileName) {
859 writeOutput(getIncludeFile(fileName));

Callers 1

finalCombinerFunction · 0.85

Calls 2

writeOutputFunction · 0.85
getSystemIncludeFileFunction · 0.85

Tested by

no test coverage detected