Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ maybe_test_file
Function
maybe_test_file
test/common.py:136–139 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
134
135
136
def
maybe_test_file(filename):
137
if
not os.path.exists(filename) and os.path.exists(test_file(filename)):
138
filename = test_file(filename)
139
return
filename
140
141
142
def
copytree(src, dest):
Callers
4
compile_btest
Method · 0.90
build
Method · 0.85
emcc
Method · 0.85
do_run_in_out_file_test
Method · 0.85
Calls
2
test_file
Function · 0.85
exists
Method · 0.80
Tested by
no test coverage detected