MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / CustomPreProcess

Method CustomPreProcess

scripts/update_deps.py:432–433  ·  view source on GitHub ↗
(self, cmd_str, repo_dict)

Source from the content-addressed store, hash-verified

430 print(command_output(['git', 'status'], self.repo_dir))
431
432 def CustomPreProcess(self, cmd_str, repo_dict):
433 return cmd_str.format(repo_dict, self._args, CONFIG_MAP[self._args.config])
434
435 def PreBuild(self):
436 """Execute any prebuild steps from the repo root"""

Callers 1

CustomBuildMethod · 0.95

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected