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

Interface JSONStatsWriter

pindex_bleve.go:1781–1783  ·  view source on GitHub ↗

---------------------------------------------------------

Source from the content-addressed store, hash-verified

1779// ---------------------------------------------------------
1780
1781type JSONStatsWriter interface {
1782 WriteJSON(w io.Writer) error
1783}
1784
1785var prefixPIndexStoreStats = []byte(`{"pindexStoreStats":`)
1786

Callers 1

StatsMethod · 0.65

Implementers 1

CopyPartitionStatspindex_copy_request.go

Calls

no outgoing calls

Tested by

no test coverage detected