Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
def
read_file(filename):
77
with
open(filename, encoding=
'utf-8'
)
as
f:
78
return
f.read()
79
80
81
def
write_file(filename, content):
Callers
1
generate_entry_points
Function · 0.70
Calls
2
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected