MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / GetPriority

Method GetPriority

model/channel.go:365–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363}
364
365func (channel *Channel) GetPriority() int64 {
366 if channel.Priority == nil {
367 return 0
368 }
369 return *channel.Priority
370}
371
372func (channel *Channel) GetWeight() int {
373 if channel.Weight == nil {

Callers 3

InitChannelCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected