Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devnullvoid/pvetui
/ taskKey
Function
taskKey
internal/taskmanager/manager.go:93–95 ·
view source on GitHub ↗
(node string, vmid int)
Source
from the content-addressed store, hash-verified
91
}
92
93
func
taskKey(node string, vmid int) string {
94
return
fmt.Sprintf(
"%s/%d"
, node, vmid)
95
}
96
97
func
(tm *TaskManager) Enqueue(task *Task) {
98
if
task == nil {
Callers
3
Enqueue
Method · 0.85
completeTask
Method · 0.85
GetActiveTaskForVM
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected