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

Function isRegionalSubscription

app/core/utils.js:704–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702const isID = id => _.isString(id) && (id.length === 24) && (__guard__(id.match(/[a-f0-9]/gi), x1 => x1.length) === 24)
703
704const isRegionalSubscription = name => /_basic_subscription/.test(name)
705
706const isSmokeTestEmail = email => /@example.com/.test(email) || /smoketest/.test(email)
707

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected