Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/ln
/ Print
Method
Print
ln/path.go:94–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(p Path) Print() {
95
for
_, v :=
range
p {
96
fmt.Printf(
"%g,%g;"
, v.X, v.Y)
97
}
98
fmt.Println()
99
}
100
101
func
(p Path) String() string {
102
var
parts []string
Callers
3
Print
Method · 0.45
main
Function · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected