MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / Push

Method Push

pkg/suggestion/suggestion.go:351–351  ·  view source on GitHub ↗
(x interface{})

Source from the content-addressed store, hash-verified

349}
350func (h scoredEntryHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] }
351func (h *scoredEntryHeap) Push(x interface{}) { *h = append(*h, x.(scoredEntry)) }
352func (h *scoredEntryHeap) Pop() interface{} {
353 old := *h
354 n := len(old)

Callers 2

fetchFileSuggestionsFunction · 0.80
SetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected