MCPcopy Create free account
hub / github.com/codecombat/codecombat / isProduction

Function isProduction

app/core/application.js:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 },
183
184 isProduction () {
185 return document.location.href.search('https?://localhost') === -1 && document.location.href.search('https?://192.168.') === -1
186 },
187
188 loadedStaticPage: (window.alreadyLoadedView != null),
189

Callers

nothing calls this directly

Calls 1

searchMethod · 0.45

Tested by

no test coverage detected