MCPcopy
hub / github.com/pocketbase/pocketbase / Store

Method Store

core/base.go:604–606  ·  view source on GitHub ↗

Store returns the app runtime store.

()

Source from the content-addressed store, hash-verified

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

Callers 7

CreateBackupMethod · 0.95
RestoreBackupMethod · 0.95
TestNewBaseAppFunction · 0.95
TestBaseAppBootstrapFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestNewBaseAppFunction · 0.76
TestBaseAppBootstrapFunction · 0.76