Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ getVersionsPath
Function
getVersionsPath
projects/electron/src/modules/code/binaries.ts:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
function
getVersionsPath(): string {
102
return
path.join(getBinDir(),
".versions.json"
)
103
}
104
105
function
readVersions(): Record<string, string> {
106
try {
Callers
3
readVersions
Function · 0.85
writeVersion
Function · 0.85
removeVersion
Function · 0.85
Calls
1
getBinDir
Function · 0.85
Tested by
no test coverage detected