Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ __init__
Method
__init__
src/hyperagent/tools/nav_tools.py:545–547 ·
view source on GitHub ↗
(self, path, language=None)
Source
from the content-addressed store, hash-verified
543
path =
""
544
545
def
__init__(self, path, language=None):
546
super().__init__()
547
self.path = path
548
549
def
_run(self, file_name: str):
550
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected