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

Function GetModuleName

deps/v8/tools/grokdump.py:4139–4143  ·  view source on GitHub ↗
(reader, module)

Source from the content-addressed store, hash-verified

4137
4138
4139def GetModuleName(reader, module):
4140 name = reader.ReadMinidumpString(module.module_name_rva)
4141 # simplify for path manipulation
4142 name = name.encode('utf-8')
4143 return str(os.path.basename(str(name).replace("\\", "/")))
4144
4145
4146def PrintModuleDetails(reader, module):

Callers 4

output_module_detailsMethod · 0.85
do_list_modulesMethod · 0.85
PrintModuleDetailsFunction · 0.85
_AnalyzeMinidumpFunction · 0.85

Calls 3

strFunction · 0.85
ReadMinidumpStringMethod · 0.80
encodeMethod · 0.80

Tested by

no test coverage detected