MCPcopy
hub / github.com/perkeep/perkeep / IsDebug

Function IsDebug

pkg/env/env.go:29–31  ·  view source on GitHub ↗

IsDebug reports whether this is a debug environment.

()

Source from the content-addressed store, hash-verified

27
28// IsDebug reports whether this is a debug environment.
29func IsDebug() bool {
30 return isDebug
31}
32
33// DebugUploads reports whether this is a debug environment for uploads.
34func DebugUploads() bool {

Callers 4

TestWriteErrorFunction · 0.92
filereader.goFile · 0.92
RunCommandMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestWriteErrorFunction · 0.74