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

Struct unmarshalableRecordReader

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

Source from the content-addressed store, hash-verified

178}
179
180type unmarshalableRecordReader struct {
181 called bool
182}
183
184func (r *unmarshalableRecordReader) Read() (any, error) {
185 if r.called {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected