Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VSpaceCode/VSpaceCode
/ replaceChar
Function
replaceChar
scripts/keybindings.js:4–6 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
2
const
fs = require(
"fs"
);
3
4
function
replaceChar(s) {
5
return
s.replace(/ /g,
"␣"
).replace(/\t/g,
"↹"
);
6
}
7
8
function
createHeading(name) {
9
return
`# ${name}`;
Callers
1
keybindings.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected