Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finalCombiner
Function · 0.85
Calls
2
writeOutput
Function · 0.85
getIncludeFile
Function · 0.85
Tested by
no test coverage detected