MCPcopy
hub / github.com/pocketbase/pocketbase / Cron

Method Cron

core/base.go:609–611  ·  view source on GitHub ↗

Cron returns the app cron instance.

()

Source from the content-addressed store, hash-verified

607
608// Cron returns the app cron instance.
609func (app *BaseApp) Cron() *cron.Cron {
610 return app.cron
611}
612
613// SubscriptionsBroker returns the app realtime subscriptions broker instance.
614func (app *BaseApp) SubscriptionsBroker() *subscriptions.Broker {

Callers 7

registerOTPHooksMethod · 0.95
ResetBootstrapStateMethod · 0.95
registerBaseHooksMethod · 0.95
initLoggerMethod · 0.95
TestNewBaseAppFunction · 0.95
registerMFAHooksMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestNewBaseAppFunction · 0.76