MCPcopy Create free account
hub / github.com/golang/appengine / IsDevAppServer

Function IsDevAppServer

appengine.go:62–64  ·  view source on GitHub ↗

IsDevAppServer reports whether the App Engine app is running in the development App Server.

()

Source from the content-addressed store, hash-verified

60// IsDevAppServer reports whether the App Engine app is running in the
61// development App Server.
62func IsDevAppServer() bool {
63 return internal.IsDevAppServer()
64}
65
66// IsStandard reports whether the App Engine app is running in the standard
67// environment. This includes both the first generation runtimes (<= Go 1.9)

Callers 2

handleFunction · 0.92
initFunction · 0.92

Calls 1

IsDevAppServerFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…