Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
293
func
(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
mergeAndScore
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected