(self)
| 525 | RELEVANT_EXTENSIONS = ['.js', '.cc', '.h', '.py', '.c', '.status', '.tq', '.g4'] |
| 526 | |
| 527 | def __init__(self): |
| 528 | self.runtime_function_call_pattern = self.CreateRuntimeFunctionCallMatcher() |
| 529 | |
| 530 | def CreateRuntimeFunctionCallMatcher(self): |
| 531 | runtime_h_path = join(dirname(TOOLS_PATH), 'src/runtime/runtime.h') |
nothing calls this directly
no test coverage detected