MCPcopy Index your code
hub / github.com/argoproj/argo-workflows / nodePodExist

Method nodePodExist

workflow/controller/node_counters.go:55–58  ·  view source on GitHub ↗
(node wfv1.NodeStatus)

Source from the content-addressed store, hash-verified

53}
54
55func (woc *wfOperationCtx) nodePodExist(node wfv1.NodeStatus) bool {
56 _, podExist, _ := woc.podExists(node.ID)
57 return podExist
58}
59
60func (woc *wfOperationCtx) countNodes(counter counter) int64 {
61 count := 0

Callers 3

getActivePodsCounterMethod · 0.95
testNodePodExistsFunction · 0.80

Calls 1

podExistsMethod · 0.95

Tested by 1

testNodePodExistsFunction · 0.64