MCPcopy Index your code
hub / github.com/skygragon/leetcode-cli / initDir

Function initDir

lib/cli.js:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function initDir() {
57 file.init();
58 file.mkdir(file.homeDir())
59}
60
61function initPlugins(cb) {
62 if (Plugin.init()) {

Callers 1

cli.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected