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

Method __init__

src/hyperagent/tools/nav_tools.py:281–283  ·  view source on GitHub ↗
(self, path, language=None)

Source from the content-addressed store, hash-verified

279 verbose = False
280
281 def __init__(self, path, language=None):
282 super().__init__()
283 self.path = path
284
285 def _run(self, relative_path: str, depth: int = 2):
286 abs_path = os.path.join(self.path, relative_path)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected