MCPcopy Create free account
hub / github.com/d78ui98/APKDeepLens / __init__

Method __init__

static_tools/code_scanner.py:16–17  ·  view source on GitHub ↗
(self, source_path: str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected