Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_strings
Function · 0.80
get_string_at
Function · 0.80
Calls
2
seek
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected