(interface{})
| 127 | } |
| 128 | |
| 129 | func (info *RuntimeInfo) opRetrieveSet(interface{}) error { |
| 130 | info.CommitID = "" |
| 131 | info.UserID = "" |
| 132 | info.Concurrency = 0 |
| 133 | info.ConcurrentMode = info.DefaultConcurrentMode |
| 134 | info.updateLastResetTime() |
| 135 | info.SetState(RuntimeStateReclaiming) |
| 136 | return nil |
| 137 | } |
| 138 | |
| 139 | /////////////////////////////////////rollback event |
| 140 |
nothing calls this directly
no test coverage detected