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

Function _init

lunar.js:8486–8505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8484 };
8485
8486 var _init = function() {
8487 if (_inited) {
8488 return;
8489 }
8490 _inited = true;
8491 var c;
8492 for (c in _arrays) {
8493 _initArray(c);
8494 }
8495 for (c in _dictString) {
8496 _initDictionary(c, 'string');
8497 }
8498 for (c in _dictNumber) {
8499 _initDictionary(c, 'number');
8500 }
8501 for (c in _dictArray) {
8502 _initDictionary(c, 'array');
8503 }
8504 _setLanguage(_defaultLang);
8505 };
8506 _init();
8507 return {
8508 getLanguage:function(){return _getLanguage();},

Callers 1

lunar.jsFile · 0.85

Calls 3

_initArrayFunction · 0.85
_initDictionaryFunction · 0.85
_setLanguageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…