Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ getCurrentLanguage
Function
getCurrentLanguage
frontend/src/stores/useAppConfigStore.ts:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
};
113
114
const
getCurrentLanguage = () => {
115
return
getCurrentLang() ??
"en_us"
;
116
};
117
118
const
setLogoImage = (url: string) => {
119
if
(url) {
Callers
nothing calls this directly
Calls
1
getCurrentLang
Function · 0.90
Tested by
no test coverage detected