MCPcopy 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_sectionMethod · 0.95
get_functionsMethod · 0.95
get_segmentsMethod · 0.95
get_function_namesMethod · 0.95
get_target_featuresMethod · 0.95
read_name_sectionFunction · 0.45
sectionsMethod · 0.45
is_orig_main_wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected