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

Method do_lm

deps/v8/tools/grokdump.py:4022–4024  ·  view source on GitHub ↗

see list_modules

(self, arg)

Source from the content-addressed store, hash-verified

4020 self.reader.ForEachMemoryRegion(print_region)
4021
4022 def do_lm(self, arg):
4023 """ see list_modules """
4024 return self.do_list_modules(arg)
4025
4026 def do_list_modules(self, arg):
4027 """

Callers

nothing calls this directly

Calls 1

do_list_modulesMethod · 0.95

Tested by

no test coverage detected