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

Function logi

emrun.py:141–143  ·  view source on GitHub ↗

Prints a log message to stdout. Always printed.

(msg)

Source from the content-addressed store, hash-verified

139
140
141def logi(msg):
142 """Prints a log message to stdout. Always printed."""
143 print_message(msg, sys.stdout)
144
145
146def logv(msg):

Callers 6

serve_foreverMethod · 0.85
do_POSTMethod · 0.85
list_android_browsersFunction · 0.85
list_pc_browsersFunction · 0.85
runFunction · 0.85
mainFunction · 0.85

Calls 1

print_messageFunction · 0.85

Tested by

no test coverage detected