MCPcopy Create free account
hub / github.com/DoNewsCode/core / now

Method now

cron/cron.go:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175func (c *Cron) now() time.Time {
176 return time.Now().In(c.location)
177}
178
179func (c *Cron) broadcastAtDeadlineOnce(ctx context.Context, once *sync.Once) {
180 once.Do(func() {

Callers 2

AddMethod · 0.95
RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected