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

Function writeFile

scripts/build-docs.js:82–87  ·  view source on GitHub ↗
( path )

Source from the content-addressed store, hash-verified

80`;
81
82const writeFile = ( path ) =>
83`##### ${nPath.basename(path)}
84\`\`\`Javascript
85${files.get(path)}
86\`\`\`
87`;
88
89/* File System Actions */
90fs.readdirAsync( SOURCE_DIR )

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected