MCPcopy Create free account
hub / github.com/ProjectUnifree/unifree / __init__

Method __init__

unifree/source_code_parsers.py:19–24  ·  view source on GitHub ↗
(self, config: Dict)

Source from the content-addressed store, hash-verified

17 _config: Dict
18
19 def __init__(self, config: Dict) -> None:
20 self._config = config
21 self.initialize()
22
23 self._parser = tree_sitter.Parser()
24 self._parser.set_language(tree_sitter.Language(self._c_sharp_library_path(), "c_sharp"))
25
26 @classmethod
27 def initialize(cls) -> None:

Callers

nothing calls this directly

Calls 2

initializeMethod · 0.95
_c_sharp_library_pathMethod · 0.95

Tested by

no test coverage detected