MCPcopy Create free account
hub / github.com/dlvhdr/diffnav / String

Method String

pkg/dirnode/dir_node.go:9–11  ·  view source on GitHub ↗

DirNode implements fmt.Stringer which charm.land/bubbles uses to render it in the tree bubble.

()

Source from the content-addressed store, hash-verified

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

Callers 11

UpdateMethod · 0.45
searchUpdateMethod · 0.45
renderScrollbarMethod · 0.45
resultsViewMethod · 0.45
TestBuildFullFileTreeFunction · 0.45
TestCollapseTreeFunction · 0.45
UpdateMethod · 0.45
diffFileFunction · 0.45
diffDirFunction · 0.45
RenderScrollbarFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestBuildFullFileTreeFunction · 0.36
TestCollapseTreeFunction · 0.36