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

Struct DefaultSubTaskContext

backend/impls/context/default_subtask_context.go:30–34  ·  view source on GitHub ↗

DefaultSubTaskContext is default implementation

Source from the content-addressed store, hash-verified

28
29// DefaultSubTaskContext is default implementation
30type DefaultSubTaskContext struct {
31 *defaultExecContext
32 taskCtx *DefaultTaskContext
33 LastProgressTime time.Time
34}
35
36// SetProgress FIXME ...
37func (c *DefaultSubTaskContext) SetProgress(current int, total int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected