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

Method Done

context2/context.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (*cancelStrippedCtx) Done() <-chan struct{} {
44 return nil
45}
46
47func (*cancelStrippedCtx) Err() error {
48 return nil

Callers 15

TestAddOrGetHoldsLockMethod · 0.45
TestLockKeySimple2Method · 0.45
testLockKeyParallelMethod · 0.45
TestLockKeyMultipleMethod · 0.45
TestStripDeadlineFunction · 0.45
WithCancelOnSignalFunction · 0.45
DoneMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestAddOrGetHoldsLockMethod · 0.36
TestLockKeySimple2Method · 0.36
testLockKeyParallelMethod · 0.36
TestLockKeyMultipleMethod · 0.36
TestStripDeadlineFunction · 0.36
TestAddOrGetHoldsLockMethod · 0.36
TestLockKeySimple2Method · 0.36