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

Method CmdLookup

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

Source from the content-addressed store, hash-verified

346 return self.RunGNIsolate()
347
348 def CmdLookup(self):
349 vals = self.Lookup()
350 gn_args = self.GNArgs(vals, expand_imports=self.args.recursive)
351 if self.args.quiet or self.args.recursive:
352 self.Print(gn_args, end='')
353 else:
354 cmd = self.GNCmd('gen', '_path_')
355 self.Print('\nWriting """\\\n%s""" to _path_/args.gn.\n' % gn_args)
356 env = None
357
358 self.PrintCmd(cmd, env)
359 return 0
360
361 def CmdRun(self):
362 vals = self.GetConfig()

Callers

nothing calls this directly

Calls 5

LookupMethod · 0.95
GNArgsMethod · 0.95
PrintMethod · 0.95
GNCmdMethod · 0.95
PrintCmdMethod · 0.95

Tested by

no test coverage detected