MCPcopy Create free account
hub / github.com/flant/shell-operator / WithCompactionID

Method WithCompactionID

pkg/task/task.go:130–135  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

128}
129
130func (t *BaseTask) WithCompactionID(id string) *BaseTask {
131 t.lock.Lock()
132 t.compactionID = id
133 t.lock.Unlock()
134 return t
135}
136
137func (t *BaseTask) GetId() string {
138 return t.Id

Callers 3

bootstrapMainQueueMethod · 0.80
NewHookRunTaskMethod · 0.80
NewSyncHookRunTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected