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

Function unmangle

tools/link.py:2920–2921  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

2918
2919def unmangle_symbols_from_cmdline(symbols):
2920 def unmangle(x):
2921 return x.replace('.', ' ').replace('#', '&').replace('?', ',')
2922
2923 if type(symbols) is list:
2924 return [unmangle(x) for x in symbols]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected