MCPcopy Create free account
hub / github.com/fogleman/ln / Print

Method Print

ln/path.go:160–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158}
159
160func (p Paths) Print() {
161 for _, path := range p {
162 path.Print()
163 }
164}
165
166func (p Paths) String() string {
167 var parts []string

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected