(log string)
| 160 | } |
| 161 | |
| 162 | func (m *logStatStoreMock) WriteFunctionLog(log string) error { |
| 163 | m.logbuf.WriteString(log) |
| 164 | return nil |
| 165 | } |
| 166 | |
| 167 | func (m *logStatStoreMock) SetMemUsed(used int64) { |
| 168 | m.memUsed = used |
nothing calls this directly
no test coverage detected