Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_custom_section
Method
get_custom_section
tools/webassembly.py:495–499 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
493
494
@memoize
495
def
get_custom_section(self, name):
496
for
section in self.sections():
497
if
section.type == SecType.CUSTOM and section.name == name:
498
return
section
499
return
None
500
501
@memoize
502
def
get_segments(self):
Callers
10
get_function_names
Method · 0.95
has_name_section
Method · 0.95
get_target_features
Method · 0.95
get_sourceMappingURL
Method · 0.95
has_debug_line_section
Function · 0.80
has_name_section
Function · 0.80
has_linking_section
Function · 0.80
verify_custom_sec_existence
Method · 0.80
test_emsymbolizer_functions
Method · 0.80
has_debug_section
Method · 0.80
Calls
1
sections
Method · 0.95
Tested by
3
verify_custom_sec_existence
Method · 0.64
test_emsymbolizer_functions
Method · 0.64
has_debug_section
Method · 0.64