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

Method currentTime

internal/gmailwatch/processor.go:325–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323}
324
325func (p *Processor) currentTime() time.Time {
326 if p.Now != nil {
327 return p.Now()
328 }
329
330 return time.Now()
331}
332
333func (p *Processor) logf(format string, args ...any) {
334 if p.Logf != nil {

Callers 4

ProcessMethod · 0.95
HandleMethod · 0.95
advanceHistoryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected