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

Method opMergedSet

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

Source from the content-addressed store, hash-verified

88}
89
90func (info *RuntimeInfo) opMergedSet(args interface{}) error {
91 params := args.(*MergedInput)
92 info.SetState(RuntimeStateMerged)
93 logs.V(5).Infof("runtime merged %s ", info.RuntimeID)
94 info.SetCommitID(params.CommitID)
95 return nil
96}
97
98//////////////////////////merged event
99

Callers

nothing calls this directly

Calls 4

SetStateMethod · 0.95
SetCommitIDMethod · 0.95
VFunction · 0.92
InfofMethod · 0.80

Tested by

no test coverage detected