Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
func
(o *Setting) IsDefined() bool {
281
return
o.Value !=
""
282
}
283
284
func
(o *Setting) Configure() error {
285
envValue := os.Getenv(o.EnvVariable)
Callers
2
IsValid
Method · 0.95
FillEnvFileContent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected