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

Function write_file

tools/maint/create_entry_points.py:81–83  ·  view source on GitHub ↗
(filename, content)

Source from the content-addressed store, hash-verified

79
80
81def write_file(filename, content):
82 with open(filename, 'w', encoding='utf-8') as f:
83 f.write(content)
84
85
86def main(all_platforms, use_bat_file):

Callers 1

generate_entry_pointsFunction · 0.70

Calls 2

openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected