MCPcopy
hub / github.com/argoproj/argo-workflows / addParamToScope

Method addParamToScope

workflow/controller/scope.go:54–56  ·  view source on GitHub ↗
(key, val string)

Source from the content-addressed store, hash-verified

52}
53
54func (s *wfScope) addParamToScope(key, val string) {
55 s.scope[key] = val
56}
57
58func (s *wfScope) addArtifactToScope(key string, artifact wfv1.Artifact) {
59 s.scope[key] = artifact

Callers 10

executeDAGMethod · 0.80
executeDAGTaskMethod · 0.80
buildLocalScopeMethod · 0.80
TestResolveParametersFunction · 0.80
executeStepGroupMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestResolveParametersFunction · 0.64