MCPcopy Index your code
hub / github.com/coder/coder / ValuesMap

Method ValuesMap

coderd/dynamicparameters/resolver.go:224–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222type parameterValueMap map[string]parameterValue
223
224func (p parameterValueMap) ValuesMap() map[string]string {
225 values := make(map[string]string, len(p))
226 for name, paramValue := range p {
227 values[name] = paramValue.Value
228 }
229 return values
230}

Callers 1

ResolveParametersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected