MCPcopy
hub / github.com/looplab/fsm / Done

Method Done

uncancel_context.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12func (*uncancel) Deadline() (deadline time.Time, ok bool) { return }
13func (*uncancel) Done() <-chan struct{} { return nil }
14func (*uncancel) Err() error { return nil }
15
16// uncancelContext returns a context which ignores the cancellation of the parent and only keeps the values.

Callers 7

TestDoubleTransitionFunction · 0.80
TestContextInCallbacksFunction · 0.80
TestUncancelFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestDoubleTransitionFunction · 0.64
TestContextInCallbacksFunction · 0.64
TestUncancelFunction · 0.64