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

Method read_at

tools/webassembly.py:220–222  ·  view source on GitHub ↗
(self, offset, count)

Source from the content-addressed store, hash-verified

218 self.buf = None
219
220 def read_at(self, offset, count):
221 self.buf.seek(offset)
222 return self.buf.read(count)
223
224 def read_byte(self):
225 return self.buf.read(1)[0]

Callers 2

get_section_stringsFunction · 0.80
get_string_atFunction · 0.80

Calls 2

seekMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected