(self, source_path: str)
| 14 | SCAN_EXTENSIONS = (".java", ".kt", ".xml", ".js") |
| 15 | |
| 16 | def __init__(self, source_path: str): |
| 17 | self.source_path = source_path |
| 18 | |
| 19 | # ------------------------------------------------------------------ |
| 20 | # Public API |
nothing calls this directly
no outgoing calls
no test coverage detected