Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ Less
Method
Less
time2/mock_clock.go:20–20 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
18
19
func
(h tHeap) Len() int {
return
len(h) }
20
func
(h tHeap) Less(i, j int) bool {
return
!h[i].t.After(h[j].t) }
21
func
(h tHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] }
22
23
func
(h *tHeap) Push(x
interface
{}) {
Callers
nothing calls this directly
Calls
1
After
Method · 0.65
Tested by
no test coverage detected