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

Method ReadBytes

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

Source from the content-addressed store, hash-verified

840 return self.ReadU32(address)
841
842 def ReadBytes(self, address, size):
843 location = self.FindLocation(address)
844 return self.minidump[location:location + size]
845
846 def _ReadWord(self, location):
847 if self.Is64():

Callers 3

ReadAsciiPtrMethod · 0.95
__init__Method · 0.80
__init__Method · 0.80

Calls 1

FindLocationMethod · 0.95

Tested by

no test coverage detected