MCPcopy
hub / github.com/urfave/cli / EnvVar

Function EnvVar

value_source.go:126–130  ·  value_source.go::EnvVar
(key string)

Source from the content-addressed store, hash-verified

124}
125
126func EnvVar(key string) ValueSource {
127 return &envVarValueSource{
128 key: key,
129 }
130}
131
132// EnvVars is a helper function to encapsulate a number of
133// envVarValueSource together as a ValueSourceChain

Callers 2

TestEnvVarValueSourceFunction · 0.85
EnvVarsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestEnvVarValueSourceFunction · 0.68