Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/flant/shell-operator
/ RemoveFirst
Method
RemoveFirst
pkg/task/queue/task_queue_benchmark_test.go:86–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
AddFirst(tasks ...task.Task)
85
GetFirst() task.Task
86
RemoveFirst() task.Task
87
Get(id string) task.Task
88
}
89
Callers
6
RemoveFirst
Method · 0.65
TestTaskStorage_BasicOperations
Function · 0.65
TestTaskStorage_ConcurrentReadWrite
Function · 0.65
TestTaskStorage_DeadlockPrevention
Function · 0.65
TestTaskStorage_EdgeCases
Function · 0.65
benchmarkRemoveFirst
Function · 0.65
Implementers
2
TaskQueue
pkg/task/queue/task_queue.go
TaskStorage
pkg/task/queue/task_storage.go
Calls
no outgoing calls
Tested by
5
TestTaskStorage_BasicOperations
Function · 0.52
TestTaskStorage_ConcurrentReadWrite
Function · 0.52
TestTaskStorage_DeadlockPrevention
Function · 0.52
TestTaskStorage_EdgeCases
Function · 0.52
benchmarkRemoveFirst
Function · 0.52