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

Method SetInitTime

pkg/controller/rtctrl/request.go:91–94  ·  view source on GitHub ↗
(preInit, postInit int64)

Source from the content-addressed store, hash-verified

89}
90
91func (info *RequestInfo) SetInitTime(preInit, postInit int64) {
92 info.InitStartTimeMS = preInit
93 info.InitDoneTimeMS = postInit
94}
95
96func (info *RequestInfo) SetLogStore(store LogStatStore) {
97 info.store = store

Callers 2

TestRequestInfoFunction · 0.95
TestInvokeDoneFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestRequestInfoFunction · 0.76
TestInvokeDoneFunction · 0.76