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

Method GetModels

model/channel.go:179–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (channel *Channel) GetModels() []string {
180 if channel.Models == "" {
181 return []string{}
182 }
183 return strings.Split(strings.Trim(channel.Models, ","), ",")
184}
185
186func (channel *Channel) GetGroups() []string {
187 if channel.Group == "" {

Callers 2

testChannelFunction · 0.80
validateChannelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected