(langArg)
| 39 | |
| 40 | // Primary language code validation function (boolean) |
| 41 | function isValidLangCode(langArg) { |
| 42 | return isLangCode(langArg).res; |
| 43 | } |
| 44 | |
| 45 | // Generates the result to pass back to `init` |
| 46 | function getResult(langArg) { |
no outgoing calls
no test coverage detected
searching dependent graphs…