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

Method __init__

utils/iwyu_tool.py:276–279  ·  view source on GitHub ↗
(self, command, cwd, source_file)

Source from the content-addressed store, hash-verified

274class Invocation(object):
275 """ Holds arguments of an IWYU invocation. """
276 def __init__(self, command, cwd, source_file):
277 self.command = command
278 self.cwd = cwd
279 self.source_file = source_file
280
281 def __str__(self):
282 return ' '.join(self.command)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected