MCPcopy
hub / github.com/PeerDB-io/peerdb / QRecordStream

Struct QRecordStream

flow/model/qrecord_stream.go:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type QRecordStream struct {
12 schemaLatch *concurrency.Latch[types.QRecordSchema]
13 Records chan []types.QValue
14 schemaDebug *types.NullableSchemaDebug
15 err error
16 closeOnce sync.Once
17}
18
19func NewQRecordStream(buffer int) *QRecordStream {
20 return &QRecordStream{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected