MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isSupportedPlatform

Function isSupportedPlatform

packages/plugins/keychain/src/keyring.ts:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16// ---------------------------------------------------------------------------
17
18export const isSupportedPlatform = () =>
19 process.platform === "darwin" || process.platform === "linux" || process.platform === "win32";
20
21export const displayName = () =>
22 process.platform === "darwin"

Callers 2

makeKeychainExtensionFunction · 0.90
loadEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected