Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/EasyFaaS
/ String
Method
String
pkg/controller/rtctrl/logstore.go:188–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(s *kunLogStatStore) String() string {
189
return
fmt.Sprintf(
"%s@%s"
, s.requestID, s.runtimeID)
190
}
191
192
func
(s *kunLogStatStore) appendLogbuf(buf []byte, force bool) {
193
if
s.remain <= 0 && !force {
Callers
1
LogData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected