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

Function is_c_symbol

tools/shared.py:572–573  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

570
571
572def is_c_symbol(name):
573 return name.startswith('_')
574
575
576def is_internal_global(name):

Callers 2

lld_flags_for_executableFunction · 0.85
demangle_c_symbol_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected