MCPcopy 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
8function createHeading(name) {
9 return `# ${name}`;
10}
11
12function createHeadingLink(text, name) {
13 const link = `${name}`

Callers 1

keybindings.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected