MCPcopy
hub / github.com/electerm/electerm / isElectermExtracted

Function isElectermExtracted

npm/install.js:141–144  ·  view source on GitHub ↗

* Check if the electerm binary has been extracted already

()

Source from the content-addressed store, hash-verified

139 * Check if the electerm binary has been extracted already
140 */
141function isElectermExtracted () {
142 const exePath = getElectermExePath()
143 return fs.existsSync(exePath)
144}
145
146// ---------------------------------------------------------------------------
147// Platform installers

Callers 1

Calls 1

getElectermExePathFunction · 0.85

Tested by

no test coverage detected