MCPcopy
hub / github.com/perkeep/perkeep / DebugUploads

Function DebugUploads

pkg/env/env.go:34–36  ·  view source on GitHub ↗

DebugUploads reports whether this is a debug environment for uploads.

()

Source from the content-addressed store, hash-verified

32
33// DebugUploads reports whether this is a debug environment for uploads.
34func DebugUploads() bool {
35 return isDebugUploads
36}
37
38// IsDev reports whether this is a development server environment (devcam server).
39func IsDev() bool {

Callers 1

UploadMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected