MCPcopy Create free account
hub / github.com/6tail/lunar-javascript / _getMessage

Function _getMessage

lunar.js:8440–8449  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

8438 };
8439
8440 var _getMessage = function(key) {
8441 var s = _messages[_lang][key];
8442 if (undefined === s) {
8443 s = _messages[_defaultLang][key];
8444 }
8445 if (undefined === s) {
8446 s = key;
8447 }
8448 return s;
8449 };
8450
8451 var _initArray = function(c) {
8452 var v = _arrays[c];

Callers 5

_updateArrayFunction · 0.85
_updateStringDictionaryFunction · 0.85
_updateNumberDictionaryFunction · 0.85
_updateArrayDictionaryFunction · 0.85
lunar.jsFile · 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…