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

Method IsConfigured

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

Source from the content-addressed store, hash-verified

296type Settings []*Setting
297
298func (o Settings) IsConfigured() (ret bool) {
299 ret = true
300 for _, setting := range o {
301 if ret = setting.IsValid(); !ret {
302 break
303 }
304 }
305 return
306}
307
308func (o Settings) Configure() (err error) {
309 for _, setting := range o {

Callers 1

Calls 1

IsValidMethod · 0.80

Tested by 1