MCPcopy 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
136def 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
142def copytree(src, dest):

Callers 4

compile_btestMethod · 0.90
buildMethod · 0.85
emccMethod · 0.85

Calls 2

test_fileFunction · 0.85
existsMethod · 0.80

Tested by

no test coverage detected