Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
func
(info *RequestInfo) SetLogStore(store LogStatStore) {
97
info.store = store
98
}
99
100
func
(info *RequestInfo) InvokeStart() {
101
info.store.WriteFunctionLog(fmt.Sprintf(
"START RequestID: %s Version: %s\n"
,
Callers
1
startRecvLog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected