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

Method read_uleb

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

Source from the content-addressed store, hash-verified

225 return self.buf.read(1)[0]
226
227 def read_uleb(self):
228 return read_uleb(self.buf)
229
230 def read_sleb(self):
231 return read_sleb(self.buf)

Callers 15

read_stringMethod · 0.95
read_limitsMethod · 0.95
read_typeMethod · 0.95
read_initMethod · 0.95
sectionsMethod · 0.95
get_typesMethod · 0.95
parse_dylink_sectionMethod · 0.95
get_exportsMethod · 0.95
get_importsMethod · 0.95
get_globalsMethod · 0.95
get_startMethod · 0.95
get_functionsMethod · 0.95

Calls 1

read_ulebFunction · 0.85

Tested by

no test coverage detected