MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / __init__

Method __init__

src/hyperagent/tools/nav_tools.py:119–122  ·  view source on GitHub ↗
(self, path: str, language: str)

Source from the content-addressed store, hash-verified

117 verbose = False
118
119 def __init__(self, path: str, language: str):
120 super().__init__()
121 self.path = path
122 self.lsptoolkit = LSPToolKit(path, language)
123
124 def _run(self, word: str, relative_path: str, line: int = None, verbose: bool = True):
125 """

Callers

nothing calls this directly

Calls 2

LSPToolKitClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected