MCPcopy
hub / github.com/emscripten-core/emsdk / debug_print

Function debug_print

emsdk.py:190–192  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

188
189
190def debug_print(msg):
191 if VERBOSE:
192 errlog(msg)
193
194
195def to_unix_path(p):

Callers 15

remove_treeFunction · 0.85
rmfileFunction · 0.85
mkdir_pFunction · 0.85
runFunction · 0.85
download_with_urllibFunction · 0.85
download_fileFunction · 0.85
run_get_outputFunction · 0.85
git_cloneFunction · 0.85
git_pullFunction · 0.85

Calls 1

errlogFunction · 0.85

Tested by

no test coverage detected