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

Function isValidCodeAndProg

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

Source from the content-addressed store, hash-verified

138}
139
140function isValidCodeAndProg(langArg) {
141 return isValidLangCode(langArg) && isProgLang(langArg);
142}
143
144/*
145Misuse case: `--lang` called without `langArg` (NB: parser bug workaround)

Callers 2

getBodyMsgFunction · 0.85
getFullMsgFunction · 0.85

Calls 2

isValidLangCodeFunction · 0.85
isProgLangFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…