slopus--happy
98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-linux (24) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (20) (push) Has been cancelled
CLI Smoke Test / smoke-test-windows (24) (push) Has been cancelled
Expo App TypeScript typecheck / typecheck (push) Has been cancelled
6 行
197 B
TypeScript
6 行
197 B
TypeScript
import type { Machine } from '@/sync/storageTypes';
|
|
|
|
export function isMachineOnline(machine: Machine): boolean {
|
|
// Use the active flag directly, no timeout checks
|
|
return machine.active;
|
|
} |