MCPcopy Create free account
hub / github.com/couchbase/moss / readyDeferredSort

Method readyDeferredSort

segment.go:865–875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

863}
864
865func (b *batch) readyDeferredSort() {
866 if b == deletedChildBatchMarker {
867 return
868 }
869
870 for _, childBatch := range b.childBatches {
871 childBatch.readyDeferredSort()
872 }
873
874 b.segment.readyDeferredSort()
875}
876
877// RequestSort() returns true if all child batches are sorted and
878// false if sorting has been asynchronously scheduled.

Callers 1

ExecuteBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected