MCPcopy
hub / github.com/electerm/electerm / getVer

Function getVer

npm/install.js:58–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56// ---------------------------------------------------------------------------
57
58function getVer () {
59 return phin({
60 url: versionUrl,
61 timeout: 15000
62 })
63 .then(res => res.body.toString())
64}
65
66function getReleaseInfo (filter) {
67 return phin({

Callers 3

runLinuxFunction · 0.85
runWinFunction · 0.85
runWin7Function · 0.85

Calls 1

phinFunction · 0.85

Tested by

no test coverage detected