MCPcopy
hub / github.com/purpleidea/mgmt / tarOutputCancelContext

Struct tarOutputCancelContext

engine/resources/tar_test.go:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43)
44
45type tarOutputCancelContext struct {
46 context.Context
47 output string
48 done chan struct{}
49}
50
51func (obj *tarOutputCancelContext) Done() <-chan struct{} {
52 return obj.done

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected