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

Method GetWeight

model/channel.go:372–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

370}
371
372func (channel *Channel) GetWeight() int {
373 if channel.Weight == nil {
374 return 0
375 }
376 return int(*channel.Weight)
377}
378
379func (channel *Channel) GetBaseURL() string {
380 if channel.BaseURL == nil {

Callers 4

AddAbilitiesMethod · 0.95
UpdateAbilitiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected