MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / isDevelopment

Function isDevelopment

lib/utilities/version-utils.js:24–27  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

22 },
23
24 isDevelopment(version) {
25 // match postfix SHA in dev version
26 return /\b[0-9a-f]{5,40}\b/.test(version);
27 },
28};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…