MCPcopy
hub / github.com/CodeboxIDE/codebox / initFs

Function initFs

client/core/localfs.js:56–60  ·  view source on GitHub ↗
(baseDir)

Source from the content-addressed store, hash-verified

54 * Init the localfs
55 */
56 var initFs = function(baseDir) {
57 base = "/"+baseDir;
58 logger.log("base is", base);
59 return Q();
60 };
61
62 /*
63 * Enable/Disable sync

Callers

nothing calls this directly

Calls 1

QFunction · 0.85

Tested by

no test coverage detected