MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / IsEnabled

Method IsEnabled

agent/app/service/agents_channels.go:1553–1553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1551
1552type enabledBot interface {
1553 IsEnabled() bool
1554}
1555
1556func hasEnabledBots[T enabledBot](bots []T) bool {

Callers 1

hasEnabledBotsFunction · 0.65

Implementers 1

AgentChannelBotBaseagent/app/dto/agents.go

Calls

no outgoing calls

Tested by

no test coverage detected