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

Method ReadMinidumpString

deps/v8/tools/grokdump.py:1087–1090  ·  view source on GitHub ↗
(self, rva)

Source from the content-addressed store, hash-verified

1085 return self.exception_context.__getattribute__(name)
1086
1087 def ReadMinidumpString(self, rva):
1088 string = bytearray(MINIDUMP_STRING.Read(self.minidump, rva).buffer)
1089 string = string.decode("utf16")
1090 return string[0:len(string) - 1]
1091
1092 # Load FUNC records from a BreakPad symbol file
1093 #

Callers 1

GetModuleNameFunction · 0.80

Calls 2

decodeMethod · 0.65
ReadMethod · 0.45

Tested by

no test coverage detected