MCPcopy Create free account
hub / github.com/devfeel/dottask / reset

Method reset

context.go:18–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (c TaskContext) reset() {
19 c.TaskID = ""
20 c.TaskData = nil
21 c.Message = nil
22 c.IsEnd = false
23 c.Error = nil
24 c.Header = nil
25 c.TimeoutContext = nil
26 c.TimeoutCancel = nil
27 c.doneChan = nil
28}

Callers 1

putTaskContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected