MCPcopy Create free account
hub / github.com/fbeline/design-patterns-JS / writeSection

Function writeSection

scripts/build-docs.js:72–75  ·  view source on GitHub ↗
({ name, path, topics })

Source from the content-addressed store, hash-verified

70`;
71
72const writeSection = ({ name, path, topics }) =>
73`## ${name}
74${topics.map( writeTopic ).join('')}
75`;
76
77const writeTopic = ({ name, path, files, tests }) =>
78`### ${reverseDashCase(name)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected