MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / DeleteDisabledChannel

Function DeleteDisabledChannel

model/channel.go:710–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708}
709
710func DeleteDisabledChannel() (int64, error) {
711 result := DB.Where("status = ? or status = ?", common.ChannelStatusAutoDisabled, common.ChannelStatusManuallyDisabled).Delete(&Channel{})
712 return result.RowsAffected, result.Error
713}
714
715func GetPaginatedTags(offset int, limit int) ([]*string, error) {
716 var tags []*string

Callers 1

DeleteDisabledChannelFunction · 0.92

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected