Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ After
Method
After
time2/clock.go:27–29 ·
view source on GitHub ↗
(d time.Duration)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(c *realClock) After(d time.Duration) <-
chan
time.Time {
28
return
time.After(d)
29
}
30
31
func
(c *realClock) Sleep(d time.Duration) {
32
time.Sleep(d)
Callers
nothing calls this directly
Calls
1
After
Method · 0.65
Tested by
no test coverage detected