MCPcopy
hub / github.com/dropbox/godropbox / Push

Method Push

time2/mock_clock.go:23–25  ·  view source on GitHub ↗
(x interface{})

Source from the content-addressed store, hash-verified

21func (h tHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] }
22
23func (h *tHeap) Push(x interface{}) {
24 *h = append(*h, x.(*wakeup))
25}
26
27func (h *tHeap) Pop() interface{} {
28 old := *h

Callers 1

AfterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected