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

Function getSystemIncludeFile

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

Source from the content-addressed store, hash-verified

170}
171
172function getSystemIncludeFile(fileName) {
173 return getIncludeFile(localFile(fileName), /*alwaysPreprocess=*/ true, /*shortName=*/ fileName);
174}
175
176function preJS() {
177 let result = '';

Callers 1

includeSystemFileFunction · 0.85

Calls 2

localFileFunction · 0.90
getIncludeFileFunction · 0.85

Tested by

no test coverage detected