MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / opRetrieveSet

Method opRetrieveSet

pkg/controller/rtctrl/event.go:129–137  ·  view source on GitHub ↗
(interface{})

Source from the content-addressed store, hash-verified

127}
128
129func (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

Callers

nothing calls this directly

Calls 2

updateLastResetTimeMethod · 0.95
SetStateMethod · 0.95

Tested by

no test coverage detected