MCPcopy Index your code
hub / github.com/flant/shell-operator / StartMain

Method StartMain

pkg/task/queue/queue_set.go:67–69  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

65}
66
67func (tqs *TaskQueueSet) StartMain(ctx context.Context) {
68 tqs.GetByName(tqs.MainName).Start(ctx)
69}
70
71func (tqs *TaskQueueSet) Start(ctx context.Context) {
72 tqs.IterateSnapshot(ctx, func(ctx context.Context, queue *TaskQueue) {

Callers 1

StartMethod · 0.80

Calls 2

GetByNameMethod · 0.95
StartMethod · 0.65

Tested by

no test coverage detected