MCPcopy Create free account
hub / github.com/perkeep/perkeep / IsDev

Function IsDev

pkg/env/env.go:39–41  ·  view source on GitHub ↗

IsDev reports whether this is a development server environment (devcam server).

()

Source from the content-addressed store, hash-verified

37
38// IsDev reports whether this is a development server environment (devcam server).
39func IsDev() bool {
40 return isDev
41}
42
43// OnGCE reports whether this process is running in a Google Compute
44// Engine (GCE) environment. This only returns true if the

Callers 9

SetupAuthMethod · 0.92
initFunction · 0.92
finalizeMethod · 0.92
newKeyValueFromConfigFunction · 0.92
NewFunction · 0.92
initPublisherRootNodeMethod · 0.92
ServeErrorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected