Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
(info *RuntimeInfo) SetInitTime(pre, post int64) {
74
info.PreInitTimeMS = pre
75
info.PostInitTimeMS = post
76
}
77
78
func
(info *RuntimeInfo) SetCommitID(cm string) {
79
info.CommitID = cm
Callers
2
initRuntime
Method · 0.95
TestRuntimeInfo
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestRuntimeInfo
Function · 0.76