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

Function getLangCodeMsg

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

Source from the content-addressed store, hash-verified

193
194// Message context from language code validation (valid: null, invalid: reason)
195function getLangCodeMsg(langArg) {
196 return isLangCode(langArg).message;
197}
198
199// Edge case: valid language code AND a common programming language abbreviation
200function getValidAndProgMsg(langArg) {

Callers 1

getBodyMsgFunction · 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…