MCPcopy
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
39func (*cancelStrippedCtx) Deadline() (deadline time.Time, ok bool) {
40 return
41}
42
43func (*cancelStrippedCtx) Done() <-chan struct{} {
44 return nil

Callers 2

TestStripDeadlineFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestStripDeadlineFunction · 0.36