MCPcopy 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
69const writeTopicContents = ({ name }) => `* [${reverseDashCase(name)}](#${dashCase(name)})
70`;
71
72const writeSection = ({ name, path, topics }) =>
73`## ${name}

Callers

nothing calls this directly

Calls 2

reverseDashCaseFunction · 0.85
dashCaseFunction · 0.85

Tested by

no test coverage detected