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

Method Len

tensor/table/indexview.go:522–524  ·  view source on GitHub ↗

Len returns the length of the index list

()

Source from the content-addressed store, hash-verified

520
521// Len returns the length of the index list
522func (ix *IndexView) Len() int {
523 return len(ix.Indexes)
524}
525
526// Less calls the LessFunc for sorting
527func (ix *IndexView) Less(i, j int) bool {

Callers 2

WriteCSVMethod · 0.95
DeleteInvalidMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected