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

Function bleveCtxQueryStartCallback

pindex_bleve.go:1196–1198  ·  view source on GitHub ↗
(size uint64)

Source from the content-addressed store, hash-verified

1194}
1195
1196func bleveCtxQueryStartCallback(size uint64) error {
1197 return fireQueryEvent(1, EventQueryStart, 0, size)
1198}
1199
1200func bleveCtxQueryEndCallback(size uint64) error {
1201 return fireQueryEvent(1, EventQueryEnd, 0, size)

Callers

nothing calls this directly

Calls 1

fireQueryEventFunction · 0.85

Tested by

no test coverage detected