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

Method Update

model/task.go:237–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (Task *Task) Update() error {
238 var err error
239 err = DB.Save(Task).Error
240 return err
241}
242
243func TaskBulkUpdate(TaskIds []string, params map[string]any) error {
244 if len(TaskIds) == 0 {

Callers 15

EpayNotifyFunction · 0.45
sessionExpiredFunction · 0.45
UpdateRedemptionFunction · 0.45
UpdateChannelFunction · 0.45
updateVideoSingleTaskFunction · 0.45
UpdateMidjourneyTaskBulkFunction · 0.45
updateSunoTaskAllFunction · 0.45
GenerateAccessTokenFunction · 0.45
GetAffCodeFunction · 0.45
UpdateUserSettingFunction · 0.45
UpdateTokenFunction · 0.45
UpdateAbilityStatusFunction · 0.45

Calls 1

SaveMethod · 0.80

Tested by

no test coverage detected