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

Function get_sourceMappingURL_section

tools/emsymbolizer.py:97–101  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

95
96
97def get_sourceMappingURL_section(module):
98 for sec in module.sections():
99 if sec.name == "sourceMappingURL":
100 return sec
101 return None
102
103
104class WasmSourceMap:

Callers 1

mainFunction · 0.85

Calls 1

sectionsMethod · 0.80

Tested by

no test coverage detected