* Check if the global config directory is created * * @return {Boolean}
()
| 249 | * @return {Boolean} |
| 250 | */ |
| 251 | function 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 |
nothing calls this directly
no test coverage detected