MCPcopy
hub / github.com/pocketbase/pocketbase / Bootstrap

Method Bootstrap

core/app.go:58–58  ·  view source on GitHub ↗

Bootstrap initializes the application (aka. create data dir, open db connections, load settings, etc.). It will call ResetBootstrapState() if the application was already bootstrapped.

()

Source from the content-addressed store, hash-verified

56 //
57 // It will call ResetBootstrapState() if the application was already bootstrapped.
58 Bootstrap() error
59
60 // ResetBootstrapState releases the initialized core app resources
61 // (closing db connections, stopping cron ticker, etc.).

Callers 7

ExecuteMethod · 0.65
TestSkipBootstrapFunction · 0.65
RestartMethod · 0.65

Calls

no outgoing calls