Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
function
getSystemIncludeFile(fileName) {
173
return
getIncludeFile(localFile(fileName), /*alwaysPreprocess=*/ true, /*shortName=*/ fileName);
174
}
175
176
function
preJS() {
177
let
result =
''
;
Callers
1
includeSystemFile
Function · 0.85
Calls
2
localFile
Function · 0.90
getIncludeFile
Function · 0.85
Tested by
no test coverage detected