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

Function bleveCtxQueryEndCallback

pindex_bleve.go:1200–1202  ·  view source on GitHub ↗
(size uint64)

Source from the content-addressed store, hash-verified

1198}
1199
1200func bleveCtxQueryEndCallback(size uint64) error {
1201 return fireQueryEvent(1, EventQueryEnd, 0, size)
1202}
1203
1204func QueryBleve(mgr *cbgt.Manager, indexName, indexUUID string,
1205 req []byte, res io.Writer) error {

Callers

nothing calls this directly

Calls 1

fireQueryEventFunction · 0.85

Tested by

no test coverage detected