(ctx *TaskContext)
| 103 | } |
| 104 | |
| 105 | func (task *TaskInfo) putTaskContext(ctx *TaskContext) { |
| 106 | ctx.reset() |
| 107 | task.taskService.contextPool.Put(ctx) |
| 108 | } |
| 109 | |
| 110 | func (task *TaskInfo) initCounters() { |
| 111 | counterInfo := new(CounterInfo) |
no test coverage detected