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

Method SetLogStore

pkg/controller/rtctrl/request.go:96–98  ·  view source on GitHub ↗
(store LogStatStore)

Source from the content-addressed store, hash-verified

94}
95
96func (info *RequestInfo) SetLogStore(store LogStatStore) {
97 info.store = store
98}
99
100func (info *RequestInfo) InvokeStart() {
101 info.store.WriteFunctionLog(fmt.Sprintf("START RequestID: %s Version: %s\n",

Callers 1

startRecvLogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected