MCPcopy
hub / github.com/grafana/k6 / countingRecordReader

Struct countingRecordReader

internal/js/modules/k6/data/data_test.go:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type countingRecordReader struct {
65 records [][]string
66 index int
67 reads atomic.Int32
68}
69
70func newCountingRecordReader(records [][]string) *countingRecordReader {
71 return &countingRecordReader{records: records}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected