MCPcopy Create free account
hub / github.com/AndroidPoet/playconsole-cli / IsDebug

Function IsDebug

internal/config/config.go:172–174  ·  view source on GitHub ↗

IsDebug returns whether debug mode is enabled

()

Source from the content-addressed store, hash-verified

170
171// IsDebug returns whether debug mode is enabled
172func IsDebug() bool {
173 return debugMode
174}
175
176// GetConfigPath returns the config file path
177func GetConfigPath() string {

Callers 2

NewClientFunction · 0.92
NewReportingClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected