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

Function write_intermediate

tools/building.py:1333–1336  ·  view source on GitHub ↗

Generate a new debug file CANONICAL_TEMP_DIR.

(content, name)

Source from the content-addressed store, hash-verified

1331
1332
1333def write_intermediate(content, name):
1334 """Generate a new debug file CANONICAL_TEMP_DIR."""
1335 if DEBUG:
1336 utils.write_file(new_intermediate_filename(name), content)
1337
1338
1339def read_and_preprocess(filename, expand_macros=False):

Callers 1

read_and_preprocessFunction · 0.85

Calls 2

write_fileMethod · 0.80

Tested by

no test coverage detected