MCPcopy Create free account
hub / github.com/gonum/plot / testContour

TypeAlias testContour

plotter/contour_test.go:478–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478type testContour []*contour
479
480func (c testContour) Len() int { return len(c) }
481func (c testContour) Less(i, j int) bool { return len(c[i].forward) < len(c[j].forward) }

Callers 1

TestExciseLoopsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected