Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
def
is_c_symbol(name):
573
return
name.startswith(
'_'
)
574
575
576
def
is_internal_global(name):
Callers
2
lld_flags_for_executable
Function · 0.85
demangle_c_symbol_name
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected