(self, output, result_tracker, count)
| 627 | logging.error("No owners provided for %s" % self.name) |
| 628 | |
| 629 | def ProcessOutput(self, output, result_tracker, count): |
| 630 | self.ConsumeOutput(output, result_tracker) |
| 631 | |
| 632 | |
| 633 | def MakeGraphConfig(suite, parent, arch): |
nothing calls this directly
no test coverage detected