MCPcopy Index your code
hub / github.com/socketstream/socketstream / mkdir

Function mkdir

lib/cli/generate.js:58–60  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

56 * @return {Boolean} True if directory successfully created
57 */
58 mkdir = function(dir) {
59 return fs.mkdirSync(path.join(name, dir), dir_mode);
60 },
61
62 /**
63 * Copy files/directories

Callers 1

generate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected