Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fbeline/design-patterns-JS
/ writeTopicContents
Function
writeTopicContents
scripts/build-docs.js:69–70 ·
view source on GitHub ↗
({ name })
Source
from the content-addressed store, hash-verified
67
`;
68
69
const
writeTopicContents = ({ name }) => `* [${reverseDashCase(name)}](#${dashCase(name)})
70
`;
71
72
const
writeSection = ({ name, path, topics }) =>
73
`## ${name}
Callers
nothing calls this directly
Calls
2
reverseDashCase
Function · 0.85
dashCase
Function · 0.85
Tested by
no test coverage detected