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

Method Sort

base/util.go:645–647  ·  view source on GitHub ↗

Sort is a convenience method.

()

Source from the content-addressed store, hash-verified

643
644// Sort is a convenience method.
645func (s SortedUint64Slice) Sort() {
646 sort.Sort(s)
647}
648
649func WriteHistogram(ctx context.Context, expvarMap *expvar.Map, since time.Time, prefix string) {
650 WriteHistogramForDuration(ctx, expvarMap, time.Since(since), prefix)

Callers 15

DocIDChangesFeedMethod · 0.95
asStringsMethod · 0.80
LabelKeysMethod · 0.80
AllDatabaseNamesMethod · 0.80
getFilenamesFunction · 0.80
getCollectionsForBLIPFunction · 0.80
SortedPeersMethod · 0.80
NonImportSortedPeersMethod · 0.80
ActivePeersMethod · 0.80
RemoveUnusedIndexesFunction · 0.80

Calls

no outgoing calls

Tested by 5

getFilenamesFunction · 0.64
SortedPeersMethod · 0.64
NonImportSortedPeersMethod · 0.64
ActivePeersMethod · 0.64