Store returns the app runtime store.
()
| 602 | |
| 603 | // Store returns the app runtime store. |
| 604 | func (app *BaseApp) Store() *store.Store[string, any] { |
| 605 | return app.store |
| 606 | } |
| 607 | |
| 608 | // Cron returns the app cron instance. |
| 609 | func (app *BaseApp) Cron() *cron.Cron { |
no outgoing calls