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

Method CmdGen

deps/v8/tools/mb/mb.py:332–334  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

330 return 0
331
332 def CmdGen(self):
333 vals = self.Lookup()
334 return self.RunGNGen(vals)
335
336 def CmdHelp(self):
337 if self.args.subcommand:

Callers

nothing calls this directly

Calls 2

LookupMethod · 0.95
RunGNGenMethod · 0.95

Tested by

no test coverage detected