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

Method SetInitTime

pkg/controller/rtctrl/runtimeinfo.go:73–76  ·  view source on GitHub ↗
(pre, post int64)

Source from the content-addressed store, hash-verified

71}
72
73func (info *RuntimeInfo) SetInitTime(pre, post int64) {
74 info.PreInitTimeMS = pre
75 info.PostInitTimeMS = post
76}
77
78func (info *RuntimeInfo) SetCommitID(cm string) {
79 info.CommitID = cm

Callers 2

initRuntimeMethod · 0.95
TestRuntimeInfoFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRuntimeInfoFunction · 0.76