Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
478
type
testContour []*contour
479
480
func
(c testContour) Len() int {
return
len(c) }
481
func
(c testContour) Less(i, j int) bool {
return
len(c[i].forward) < len(c[j].forward) }
Callers
1
TestExciseLoops
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected