IsDev reports whether this is a development server environment (devcam server).
()
| 37 | |
| 38 | // IsDev reports whether this is a development server environment (devcam server). |
| 39 | func 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 |
no outgoing calls
no test coverage detected