MCPcopy 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
58def has_debug_line_section(module):
59 return module.get_custom_section('.debug_line') is not None
60
61
62def has_name_section(module):

Callers 1

mainFunction · 0.85

Calls 1

get_custom_sectionMethod · 0.80

Tested by

no test coverage detected