MCPcopy 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
93func taskKey(node string, vmid int) string {
94 return fmt.Sprintf("%s/%d", node, vmid)
95}
96
97func (tm *TaskManager) Enqueue(task *Task) {
98 if task == nil {

Callers 3

EnqueueMethod · 0.85
completeTaskMethod · 0.85
GetActiveTaskForVMMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected