Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
284
func
(q *TaskQueue) SetStatusText(text string) {
285
q.status.SetText(text)
286
}
287
288
func
(q *TaskQueue) Length() int {
289
defer
q.MeasureActionTime(
"Length"
)()
Callers
2
processOne
Method · 0.95
waitForTask
Method · 0.95
Calls
1
SetText
Method · 0.80
Tested by
no test coverage detected