Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ has_debug_line_section
Function
has_debug_line_section
tools/emsymbolizer.py:58–59 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
56
57
58
def
has_debug_line_section(module):
59
return
module.get_custom_section(
'.debug_line'
) is not None
60
61
62
def
has_name_section(module):
Callers
1
main
Function · 0.85
Calls
1
get_custom_section
Method · 0.80
Tested by
no test coverage detected