MCPcopy
hub / github.com/robfig/cron / String

Method String

cron_test.go:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (sw *syncWriter) String() string {
32 sw.m.Lock()
33 defer sw.m.Unlock()
34 return sw.wr.String()
35}
36
37func newBufLogger(sw *syncWriter) Logger {
38 return PrintfLogger(log.New(sw, "", log.LstdFlags))

Callers 4

TestWithVerboseLoggerFunction · 0.95
TestFuncPanicRecoveryFunction · 0.95
TestJobPanicRecoveryFunction · 0.95
formatStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected