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

Function read_file

tools/maint/create_entry_points.py:76–78  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

74
75
76def read_file(filename):
77 with open(filename, encoding='utf-8') as f:
78 return f.read()
79
80
81def write_file(filename, content):

Callers 1

generate_entry_pointsFunction · 0.70

Calls 2

openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected