func()

in internal/pkg/config/config.go [56:58]


func (c *Config) IsSet(key string) bool {
	return c.koanf.Exists(key)
}