Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VSpaceCode/VSpaceCode
/ createHeading
Function
createHeading
scripts/keybindings.js:8–10 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
6
}
7
8
function
createHeading(name) {
9
return
`# ${name}`;
10
}
11
12
function
createHeadingLink(text, name) {
13
const
link = `${name}`
Callers
1
keybindings.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected