MCPcopy Create free account
hub / github.com/openclaw/gogcli / logf

Method logf

internal/gmailwatch/processor.go:333–337  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

331}
332
333func (p *Processor) logf(format string, args ...any) {
334 if p.Logf != nil {
335 p.Logf(format, args...)
336 }
337}
338
339func (p *Processor) warnf(format string, args ...any) {
340 if p.Warnf != nil {

Callers 6

HandleMethod · 0.95
resyncMethod · 0.95
logStaleNotificationMethod · 0.95
reportMethod · 0.80
handleNotificationMethod · 0.80
FetchMessagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected