DirNode implements fmt.Stringer which charm.land/bubbles uses to render it in the tree bubble.
()
| 7 | |
| 8 | // DirNode implements fmt.Stringer which charm.land/bubbles uses to render it in the tree bubble. |
| 9 | func (d *DirNode) String() string { |
| 10 | return d.Name |
| 11 | } |
no outgoing calls