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

Method get_command

deps/v8/tools/testrunner/objects/testcase.py:381–386  ·  view source on GitHub ↗
(self, ctx)

Source from the content-addressed store, hash-verified

379 return False
380
381 def get_command(self, ctx):
382 params = self._get_cmd_params()
383 env = self._get_cmd_env()
384 shell_flags = self._get_shell_flags()
385 timeout = self._get_timeout(params)
386 return self._create_cmd(ctx, shell_flags + params, env, timeout)
387
388 def _get_cmd_params(self):
389 """Gets all command parameters and combines them in the following order:

Callers 1

next_testMethod · 0.45

Calls 5

_get_cmd_paramsMethod · 0.95
_get_cmd_envMethod · 0.95
_get_shell_flagsMethod · 0.95
_get_timeoutMethod · 0.95
_create_cmdMethod · 0.95

Tested by

no test coverage detected