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

Function writeTopic

scripts/build-docs.js:77–80  ·  view source on GitHub ↗
({ name, path, files, tests })

Source from the content-addressed store, hash-verified

75`;
76
77const writeTopic = ({ name, path, files, tests }) =>
78`### ${reverseDashCase(name)}
79${files.map( writeFile ).join('')}
80`;
81
82const writeFile = ( path ) =>
83`##### ${nPath.basename(path)}

Callers

nothing calls this directly

Calls 1

reverseDashCaseFunction · 0.85

Tested by

no test coverage detected