MCPcopy Create free account
hub / github.com/mediachain/concat / QueryStream

Method QueryStream

mcnode/node.go:56–56  ·  view source on GitHub ↗
(context.Context, *mcq.Query)

Source from the content-addressed store, hash-verified

54 Get(id string) (*pb.Statement, error)
55 Query(*mcq.Query) ([]interface{}, error)
56 QueryStream(context.Context, *mcq.Query) (<-chan interface{}, error)
57 QueryOne(*mcq.Query) (interface{}, error)
58 Merge(*pb.Statement) (bool, error)
59 MergeBatch([]*pb.Statement) (int, error)

Callers 4

httpQueryMethod · 0.65
MergeMethod · 0.65
queryHandlerMethod · 0.65
doPushMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected