Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
type
streamHandler
interface
{
31
write([]byte, []uint64, int) error
32
}
33
34
type
streamer
struct
{
Callers
2
documentMatchHandler
Method · 0.65
SearchRPC
Method · 0.65
Implementers
1
streamer
stream.go
Calls
no outgoing calls
Tested by
no test coverage detected