MCPcopy
hub / github.com/pocketbase/pocketbase / OnBootstrap

Method OnBootstrap

core/base.go:809–811  ·  view source on GitHub ↗

------------------------------------------------------------------- App event hooks -------------------------------------------------------------------

()

Source from the content-addressed store, hash-verified

807// -------------------------------------------------------------------
808
809func (app *BaseApp) OnBootstrap() *hook.Hook[*BootstrapEvent] {
810 return app.onBootstrap
811}
812
813func (app *BaseApp) OnServe() *hook.Hook[*ServeEvent] {
814 return app.onServe

Callers 4

BootstrapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected