MCPcopy 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
188func (s *kunLogStatStore) String() string {
189 return fmt.Sprintf("%s@%s", s.requestID, s.runtimeID)
190}
191
192func (s *kunLogStatStore) appendLogbuf(buf []byte, force bool) {
193 if s.remain <= 0 && !force {

Callers 1

LogDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected