Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ Deadline
Method
Deadline
context2/context.go:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(*cancelStrippedCtx) Deadline() (deadline time.Time, ok bool) {
40
return
41
}
42
43
func
(*cancelStrippedCtx) Done() <-
chan
struct
{} {
44
return
nil
Callers
2
TestStripCancelAndDeadline
Function · 0.45
TestStripDeadline
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestStripCancelAndDeadline
Function · 0.36
TestStripDeadline
Function · 0.36