()
| 28 | } |
| 29 | |
| 30 | func DefaultContext() *Context { |
| 31 | return NewContext(context.Background(), super.NewContext()) |
| 32 | } |
| 33 | |
| 34 | // Cancel cancels the context. Cancel must be called to ensure that operators |
| 35 | // complete cleanup work (e.g., removing temporary files). |
no test coverage detected