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

Method SetStatusText

pkg/task/queue/task_queue.go:284–286  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

282}
283
284func (q *TaskQueue) SetStatusText(text string) {
285 q.status.SetText(text)
286}
287
288func (q *TaskQueue) Length() int {
289 defer q.MeasureActionTime("Length")()

Callers 2

processOneMethod · 0.95
waitForTaskMethod · 0.95

Calls 1

SetTextMethod · 0.80

Tested by

no test coverage detected