MCPcopy Create free account
hub / github.com/cogentcore/core / Len

Method Len

tensor/table/splits.go:79–81  ·  view source on GitHub ↗

Len returns number of splits

()

Source from the content-addressed store, hash-verified

77
78// Len returns number of splits
79func (spl *Splits) Len() int {
80 return len(spl.Splits)
81}
82
83// Table returns the table from the first split (should be same for all)
84// returns nil if no splits yet

Callers 3

genPlotXYMethod · 0.95
genPlotBarMethod · 0.95
GroupByIndexFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected