MCPcopy
hub / github.com/dropbox/godropbox / logf

Method logf

time2/mock_clock.go:175–179  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

173}
174
175func (c *MockClock) logf(format string, args ...interface{}) {
176 if c.logFunc != nil {
177 c.logFunc(format, args...)
178 }
179}
180
181func (c *MockClock) SetLogf(f func(format string, args ...interface{})) {
182 c.logFunc = f

Callers 2

AfterMethod · 0.95
advanceToNextWakeupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected