Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
func
(p Paths) Print() {
161
for
_, path :=
range
p {
162
path.Print()
163
}
164
}
165
166
func
(p Paths) String() string {
167
var
parts []string
Callers
nothing calls this directly
Calls
1
Print
Method · 0.45
Tested by
no test coverage detected