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

Method seek

tools/webassembly.py:269–270  ·  view source on GitHub ↗
(self, offset)

Source from the content-addressed store, hash-verified

267 return code
268
269 def seek(self, offset):
270 return self.buf.seek(offset)
271
272 def tell(self):
273 return self.buf.tell()

Callers 15

sectionsMethod · 0.95
get_typesMethod · 0.95
parse_dylink_sectionMethod · 0.95
get_exportsMethod · 0.95
get_importsMethod · 0.95
get_globalsMethod · 0.95
get_startMethod · 0.95
get_functionsMethod · 0.95
get_memoriesMethod · 0.95
get_segmentsMethod · 0.95
get_tablesMethod · 0.95
get_function_typesMethod · 0.95

Calls

no outgoing calls

Tested by 1

create_huge_fileMethod · 0.36