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

Method _run

src/hyperagent/tools/nav_tools.py:77–81  ·  view source on GitHub ↗
(self, names: list[str], verbose: bool = True)

Source from the content-addressed store, hash-verified

75
76
77 def _run(self, names: list[str], verbose: bool = True):
78 if any ("." in name for name in names):
79 return "Please check the word again, the word should be identifier only, not `something.something`"
80 result = search_elements_inside_project(names, self.backend, verbose=verbose, language=self.language)
81 return result
82
83
84class GoToDefinitionArgs(BaseModel):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected