MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / filename

Method filename

code2flow/model.py:523–530  ·  view source on GitHub ↗

The ultimate filename of this group. :rtype: str

(self)

Source from the content-addressed store, hash-verified

521 return f"{self.display_type}: {self.token}"
522
523 def filename(self):
524 """
525 The ultimate filename of this group.
526 :rtype: str
527 """
528 if self.group_type == GROUP_TYPE.FILE:
529 return self.token
530 return self.parent.filename()
531
532 def add_subgroup(self, sg):
533 """

Callers 1

nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected