MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / flush

Method flush

rest/handler.go:1664–1666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1662}
1663
1664func (h *handler) flush() {
1665 h.response.(http.Flusher).Flush()
1666}
1667
1668// If the error parameter is non-nil, sets the response status code appropriately and
1669// writes a CouchDB-style JSON description to the body.

Callers 4

sendSimpleChangesMethod · 0.95
logFunction · 0.80
runMethod · 0.80

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected