MCPcopy Create free account
hub / github.com/couchbase/cbft / write

Method write

stream.go:31–31  ·  view source on GitHub ↗
([]byte, []uint64, int)

Source from the content-addressed store, hash-verified

29// which streams the document matches over streams
30type streamHandler interface {
31 write([]byte, []uint64, int) error
32}
33
34type streamer struct {

Callers 2

documentMatchHandlerMethod · 0.65
SearchRPCMethod · 0.65

Implementers 1

streamerstream.go

Calls

no outgoing calls

Tested by

no test coverage detected