Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
const
writeFile = ( path ) =>
83
`##### ${nPath.basename(path)}
84
\`\`\`Javascript
85
${files.get(path)}
86
\`\`\`
87
`;
88
89
/* File System Actions */
90
fs.readdirAsync( SOURCE_DIR )
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected