MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / resolveValues

Function resolveValues

pkg/cmd/worker/shared/view.go:120–126  ·  view source on GitHub ↗
(keys []string, lookup map[string]string)

Source from the content-addressed store, hash-verified

118}
119
120func resolveValues(keys []string, lookup map[string]string) []string {
121 var values []string
122 for _, key := range keys {
123 values = append(values, lookup[key])
124 }
125 return values
126}

Callers 1

ViewRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected