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

Method get_start

tools/webassembly.py:455–460  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

453
454 @memoize
455 def get_start(self):
456 start_section = self.get_section(SecType.START)
457 if not start_section:
458 return None
459 self.seek(start_section.offset)
460 return self.read_uleb()
461
462 @memoize
463 def get_functions(self):

Callers 1

Calls 3

get_sectionMethod · 0.95
seekMethod · 0.95
read_ulebMethod · 0.95

Tested by

no test coverage detected