MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / start

Method start

utils/iwyu_tool.py:307–312  ·  view source on GitHub ↗

Run invocation and collect output.

(self, verbose)

Source from the content-addressed store, hash-verified

305 return cls(command, entry['directory'], source_file)
306
307 def start(self, verbose):
308 """ Run invocation and collect output. """
309 if verbose:
310 print('# %s' % self, file=sys.stderr)
311
312 return Process.start(self)
313
314
315def fixup_compilation_db(compilation_db):

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected