MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / IsDefined

Method IsDefined

internal/plugins/plugin.go:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278}
279
280func (o *Setting) IsDefined() bool {
281 return o.Value != ""
282}
283
284func (o *Setting) Configure() error {
285 envValue := os.Getenv(o.EnvVariable)

Callers 2

IsValidMethod · 0.95
FillEnvFileContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected