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

Method Save

model/channel.go:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235func (channel *Channel) Save() error {
236 return DB.Save(channel).Error
237}
238
239func GetAllChannels(startIdx int, num int, selectAll bool, idSort bool) ([]*Channel, error) {
240 var channels []*Channel

Callers 14

GetSettingMethod · 0.95
TurnstileCheckFunction · 0.80
GenerateOAuthCodeFunction · 0.80
setupLoginFunction · 0.80
LogoutFunction · 0.80
UpdateMethod · 0.80
RechargeFunction · 0.80
RedeemFunction · 0.80
UpdateChannelStatusFunction · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateOptionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected