MCPcopy
hub / github.com/apache/devlake / defaultExecContext

Struct defaultExecContext

backend/impls/context/default_exec_context.go:29–38  ·  view source on GitHub ↗

shared by TaskContext and SubTaskContext

Source from the content-addressed store, hash-verified

27
28// shared by TaskContext and SubTaskContext
29type defaultExecContext struct {
30 context.BasicRes
31 ctx gocontext.Context
32 name string
33 data interface{}
34 total int
35 current int64
36 mu sync.Mutex
37 progress chan plugin.RunningProgress
38}
39
40func newDefaultExecContext(
41 ctx gocontext.Context,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected