Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ tell
Method
tell
tools/webassembly.py:272–273 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
270
return
self.buf.seek(offset)
271
272
def
tell(self):
273
return
self.buf.tell()
274
275
def
skip(self, count):
276
self.buf.seek(count, os.SEEK_CUR)
Callers
9
parse_dylink_section
Method · 0.95
get_functions
Method · 0.95
get_segments
Method · 0.95
get_function_names
Method · 0.95
get_target_features
Method · 0.95
read_name_section
Function · 0.45
sections
Method · 0.45
is_orig_main_wrapper
Function · 0.45
parse_function_for_memory_inits
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected