MCPcopy 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
101function getVersionsPath(): string {
102 return path.join(getBinDir(), ".versions.json")
103}
104
105function readVersions(): Record<string, string> {
106 try {

Callers 3

readVersionsFunction · 0.85
writeVersionFunction · 0.85
removeVersionFunction · 0.85

Calls 1

getBinDirFunction · 0.85

Tested by

no test coverage detected