MCPcopy
hub / github.com/junegunn/fzf / EmptyMerger

Function EmptyMerger

src/merger.go:6–8  ·  view source on GitHub ↗

EmptyMerger is a Merger with no data

(revision revision)

Source from the content-addressed store, hash-verified

4
5// EmptyMerger is a Merger with no data
6func EmptyMerger(revision revision) *Merger {
7 return NewMerger(nil, [][]Result{}, false, false, revision, 0, 0)
8}
9
10// Merger holds a set of locally sorted lists of items and provides the view of
11// a single, globally-sorted list

Callers 3

scanMethod · 0.85
TestEmptyMergerFunction · 0.85
NewTerminalFunction · 0.85

Calls 1

NewMergerFunction · 0.85

Tested by 1

TestEmptyMergerFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…