MCPcopy 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
94func (p Path) Print() {
95 for _, v := range p {
96 fmt.Printf("%g,%g;", v.X, v.Y)
97 }
98 fmt.Println()
99}
100
101func (p Path) String() string {
102 var parts []string

Callers 3

PrintMethod · 0.45
mainFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected