MCPcopy Create free account
hub / github.com/msgbyte/tailchat / getDeviceInfo

Function getDeviceInfo

client/web/plugins/com.msgbyte.env.electron/src/utils.ts:32–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 platform: string;
31}
32export function getDeviceInfo() {
33 const deviceInfo: ElectronDeviceInfo = {
34 name: '',
35 version: '0.0.0',
36 platform: 'windows',
37 ...((window as any).__electronDeviceInfo ?? {}),
38 };
39
40 return deviceInfo;
41}

Callers 2

checkUpdateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected