MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / __init__

Method __init__

client/tool/util/loong/javascaner.py:24–28  ·  view source on GitHub ↗
(self, source_dir, out_dir=None, jar_mode=False)

Source from the content-addressed store, hash-verified

22 diff_files = None
23
24 def __init__(self, source_dir, out_dir=None, jar_mode=False):
25 self.source_dir = source_dir
26 self.jar_mode = jar_mode
27 self.ap = ByteCodeParser(self.source_dir, out_dir)
28 self.ast = ASTParser(self.source_dir, out_dir)
29
30 def parser(self, need_bc=True, need_ast=False, need_field=False):
31 if need_bc:

Callers

nothing calls this directly

Calls 2

ByteCodeParserClass · 0.90
ASTParserClass · 0.90

Tested by

no test coverage detected