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

Method doSort

segment.go:894–904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

892}
893
894func (b *batch) doSort() {
895 if b == deletedChildBatchMarker {
896 return
897 }
898
899 b.segment.doSort()
900
901 for _, childBatch := range b.childBatches {
902 childBatch.doSort()
903 }
904}
905
906func (b *batch) isEmpty() bool {
907 if len(b.childBatches) != 0 {

Callers 1

ExecuteBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected