MCPcopy Index your code
hub / github.com/gitify-app/gitify / isLinux

Function isLinux

src/shared/platform.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 * @returns `true` on Linux, `false` otherwise.
5 */
6export function isLinux(): boolean {
7 return process.platform === 'linux';
8}
9
10/**
11 * Returns `true` if the current operating system is macOS.

Callers 2

index.tsFile · 0.90
platform.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected