Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-javascript
/ _setLanguage
Function
_setLanguage
lunar.js:8416–8421 ·
view source on GitHub ↗
(lang)
Source
from the content-addressed store, hash-verified
8414
};
8415
8416
var
_setLanguage =
function
(lang) {
8417
if
(_messages[lang]) {
8418
_lang = lang;
8419
_update();
8420
}
8421
};
8422
8423
var
_getLanguage =
function
() {
8424
return
_lang;
Callers
2
_init
Function · 0.85
lunar.js
File · 0.85
Calls
1
_update
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…