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

Function check_output_file

tools/link.py:2946–2948  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

2944
2945
2946def check_output_file(f):
2947 if os.path.isdir(f):
2948 exit_with_error(f'cannot write output file `{f}`: Is a directory')
2949
2950
2951def move_file(src, dst):

Callers 2

move_fileFunction · 0.85

Calls 1

exit_with_errorFunction · 0.85

Tested by

no test coverage detected