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

Method Key

value_source.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22type EnvValueSource interface {
23 IsFromEnv() bool
24 Key() string
25}
26
27// MapSource is a source which can be used to look up a value

Callers 2

TypeNameMethod · 0.65
EnvKeysMethod · 0.65

Implementers 1

envVarValueSourcevalue_source.go

Calls

no outgoing calls

Tested by

no test coverage detected