Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/flant/shell-operator
/ SetStatus
Method
SetStatus
pkg/task/queue/task_queue.go:280–282 ·
view source on GitHub ↗
(statusType QueueStatusType)
Source
from the content-addressed store, hash-verified
278
}
279
280
func
(q *TaskQueue) SetStatus(statusType QueueStatusType) {
281
q.status.Set(statusType)
282
}
283
284
func
(q *TaskQueue) SetStatusText(text string) {
285
q.status.SetText(text)
Callers
2
Start
Method · 0.95
processOne
Method · 0.95
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected