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

Struct dateRow

buffer.go:347–350  ·  view source on GitHub ↗

Create index-value pairs to sort

Source from the content-addressed store, hash-verified

345
346 // Create index-value pairs to sort
347 type dateRow struct {
348 row []string
349 date int64
350 }
351
352 pairs := make([]dateRow, len(dataRows))
353 for i := range dataRows {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected