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

Method skip

tools/webassembly.py:275–276  ·  view source on GitHub ↗
(self, count)

Source from the content-addressed store, hash-verified

273 return self.buf.tell()
274
275 def skip(self, count):
276 self.buf.seek(count, os.SEEK_CUR)
277
278 def sections(self):
279 """Lazily yield sections from the wasm file."""

Callers 4

parse_dylink_sectionMethod · 0.95
get_function_namesMethod · 0.95
flakyFunction · 0.80
disabledFunction · 0.80

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected