MCPcopy
hub / github.com/NVIDIA/aistore / All

Method All

dsort/extract/record.go:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func (r *Records) All() []*Record {
201 return r.arr
202}
203
204func (r *Records) Slice(start, end int) *Records {
205 return &Records{

Callers 11

dsort_test.goFile · 0.45
sort_test.goFile · 0.45
createShardsLocallyMethod · 0.45
CreateShardMethod · 0.45
CreateShardMethod · 0.45
record_test.goFile · 0.45
CreateShardMethod · 0.45
CreateShardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected