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

Method displayname

src/hyperagent/get_repo_struct.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24 @property
25 def displayname(self):
26 if self.path.is_dir():
27 return self.path.name + '/'
28 return self.path.name
29
30 @classmethod
31 def make_tree(cls, root, parent=None, is_last=False, criteria=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected