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

Function show

tools/gen_struct_info.py:101–103  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

99
100
101def show(msg, *args):
102 if shared.DEBUG or not QUIET:
103 print('gen_struct_info:', msg, *args, file=sys.stderr)
104
105
106# The Scope class generates C code which, in turn, outputs JSON.

Callers 3

generate_cmdFunction · 0.70
inspect_headersFunction · 0.70
parse_jsonFunction · 0.70

Calls 1

printFunction · 0.70

Tested by

no test coverage detected