Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
def
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_cmd
Function · 0.70
inspect_headers
Function · 0.70
parse_json
Function · 0.70
Calls
1
print
Function · 0.70
Tested by
no test coverage detected