Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mashpie/i18n-node
/ logDebug
Function
logDebug
i18n.js:1373–1375 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
1371
* Logging proxies
1372
*/
1373
const
logDebug = (msg) => {
1374
logDebugFn(msg)
1375
}
1376
1377
const
logWarn = (msg) => {
1378
logWarnFn(msg)
Callers
6
i18n
Function · 0.85
guessLanguage
Function · 0.85
translate
Function · 0.85
read
Function · 0.85
write
Function · 0.85
getStorageFilePath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected