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

Method WriteFunctionLog

pkg/controller/rtctrl/logstore_test.go:162–165  ·  view source on GitHub ↗
(log string)

Source from the content-addressed store, hash-verified

160}
161
162func (m *logStatStoreMock) WriteFunctionLog(log string) error {
163 m.logbuf.WriteString(log)
164 return nil
165}
166
167func (m *logStatStoreMock) SetMemUsed(used int64) {
168 m.memUsed = used

Callers

nothing calls this directly

Calls 1

WriteStringMethod · 0.80

Tested by

no test coverage detected