MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / numRow

Struct numRow

buffer.go:308–311  ·  view source on GitHub ↗

Create index-value pairs to sort

Source from the content-addressed store, hash-verified

306
307 // Create index-value pairs to sort
308 type numRow struct {
309 row []string
310 num float64
311 }
312
313 pairs := make([]numRow, len(dataRows))
314 for i := range dataRows {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected