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

Function pushCurrentFile

src/utility.mjs:51–53  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

49let currentFile = [];
50
51export function pushCurrentFile(f) {
52 currentFile.push(f);
53}
54
55export function popCurrentFile() {
56 currentFile.pop();

Callers 4

processMacrosFunction · 0.90
preprocessFunction · 0.90
preprocessFilesFunction · 0.90
executeJSLibraryFileFunction · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected