MCPcopy
hub / github.com/pocketbase/pocketbase / IsBootstrapped

Method IsBootstrapped

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

IsBootstrapped checks if the application was initialized (aka. whether Bootstrap() was called).

()

Source from the content-addressed store, hash-verified

41 // IsBootstrapped checks if the application was initialized
42 // (aka. whether Bootstrap() was called).
43 IsBootstrapped() bool
44
45 // IsTransactional checks if the current app instance is part of a transaction.
46 IsTransactional() bool

Callers 2

skipBootstrapMethod · 0.65
createNotifyDirWatcherFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected