MCPcopy
hub / github.com/faressoft/terminalizer / isGlobalDirectoryCreated

Function isGlobalDirectoryCreated

utility.js:251–257  ·  view source on GitHub ↗

* Check if the global config directory is created * * @return {Boolean}

()

Source from the content-addressed store, hash-verified

249 * @return {Boolean}
250 */
251function isGlobalDirectoryCreated() {
252
253 var globalDirPath = getGlobalDirectory();
254
255 return isDir(globalDirPath);
256
257}
258
259/**
260 * Generate and save a token to be used for uploading recordings

Callers

nothing calls this directly

Calls 2

getGlobalDirectoryFunction · 0.85
isDirFunction · 0.85

Tested by

no test coverage detected