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

Method read_byte

tools/webassembly.py:224–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 return self.buf.read(count)
223
224 def read_byte(self):
225 return self.buf.read(1)[0]
226
227 def read_uleb(self):
228 return read_uleb(self.buf)

Callers 11

read_limitsMethod · 0.95
read_initMethod · 0.95
sectionsMethod · 0.95
get_typesMethod · 0.95
get_exportsMethod · 0.95
get_importsMethod · 0.95
get_globalsMethod · 0.95
get_function_namesMethod · 0.95
get_target_featuresMethod · 0.95
is_orig_main_wrapperFunction · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected