Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ generateRot13Locale.js
File
generateRot13Locale.js
scripts/generateRot13Locale.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
3
const
text = fs.readFileSync(
"./app/locale/en.js"
).toString();
4
Callers
nothing calls this directly
Calls
1
rot13
Function · 0.85
Tested by
no test coverage detected