MCPcopy Index your code
hub / github.com/pocketbase/pocketbase / IsDev

Method IsDev

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

IsDev returns whether the app is in dev mode. When enabled logs, executed sql statements, etc. are printed to the stderr.

()

Source from the content-addressed store, hash-verified

72 //
73 // When enabled logs, executed sql statements, etc. are printed to the stderr.
74 IsDev() bool
75
76 // Settings returns the loaded app settings.
77 Settings() *Settings

Callers 6

checkModerncDepsFunction · 0.65
getLoggerMinLevelFunction · 0.65
createNotifyDirWatcherFunction · 0.65
recordRequestOTPFunction · 0.65
ServeFunction · 0.65
bindUIExtensionsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected