Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ StopRecvLog
Method
StopRecvLog
pkg/controller/rtctrl/dispatcherv2.go:247–249 ·
view source on GitHub ↗
(runtimeID, requestID string, store LogStatStore)
Source
from the content-addressed store, hash-verified
245
}
246
247
func
(s *DispatchServerV2) StopRecvLog(runtimeID, requestID string, store LogStatStore) {
248
s.storeMap.del(runtimeID, requestID, store)
249
}
Callers
1
InvokeFunction
Method · 0.80
Calls
1
del
Method · 0.45
Tested by
no test coverage detected