MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / getPlatformKey

Function getPlatformKey

projects/electron/src/modules/code/binaries.ts:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137function getPlatformKey(): string {
138 return `${process.platform}-${process.arch}`
139}
140
141/**
142 * Check if a binary needs a version upgrade.

Callers 2

ensureRuntimeBinaryFunction · 0.85
getRuntimeBinaryStatusesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected