MCPcopy Index your code
hub / github.com/nodejs/node / ReadU8

Method ReadU8

deps/v8/tools/grokdump.py:798–800  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

796 return None
797
798 def ReadU8(self, address):
799 location = self.FindLocation(address)
800 return ctypes.c_uint8.from_buffer(self.minidump, location).value
801
802 def ReadU32(self, address):
803 location = self.FindLocation(address)

Callers 5

ReadAsciiStringMethod · 0.95
ReadByteMethod · 0.80
__init__Method · 0.80
output_wordsMethod · 0.80
output_asciiMethod · 0.80

Calls 1

FindLocationMethod · 0.95

Tested by

no test coverage detected