MCPcopy
hub / github.com/pocketbase/pocketbase / ResetBootstrapState

Method ResetBootstrapState

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

ResetBootstrapState releases the initialized core app resources (closing db connections, stopping cron ticker, etc.).

()

Source from the content-addressed store, hash-verified

60 // ResetBootstrapState releases the initialized core app resources
61 // (closing db connections, stopping cron ticker, etc.).
62 ResetBootstrapState() error
63
64 // DataDir returns the app data directory path.
65 DataDir() string

Callers 3

ExecuteMethod · 0.65
RestartMethod · 0.65
CleanupMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected