MCPcopy Index your code
hub / github.com/coder/coder / Pop

Method Pop

agent/filefinder/query.go:293–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291}
292
293func (h *resultHeap) Pop() interface{} {
294 old := *h
295 n := len(old)
296 x := old[n-1]
297 *h = old[:n-1]
298 return x
299}

Callers 1

mergeAndScoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected