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

Function save_intermediate

tools/building.py:1327–1330  ·  view source on GitHub ↗

Copy an existing file CANONICAL_TEMP_DIR.

(src, name)

Source from the content-addressed store, hash-verified

1325
1326
1327def save_intermediate(src, name):
1328 """Copy an existing file CANONICAL_TEMP_DIR."""
1329 if DEBUG:
1330 shutil.copyfile(src, new_intermediate_filename(name))
1331
1332
1333def write_intermediate(content, name):

Callers 2

acorn_optimizerFunction · 0.70
run_binaryen_commandFunction · 0.70

Calls 1

Tested by

no test coverage detected