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

Function isValidLangCode

lib/utilities/get-lang-arg.js:41–43  ·  view source on GitHub ↗
(langArg)

Source from the content-addressed store, hash-verified

39
40// Primary language code validation function (boolean)
41function isValidLangCode(langArg) {
42 return isLangCode(langArg).res;
43}
44
45// Generates the result to pass back to `init`
46function getResult(langArg) {

Callers 2

getResultFunction · 0.85
isValidCodeAndProgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…