| 97 | } |
| 98 | |
| 99 | export interface NetworkInterfaceInfo { |
| 100 | name: string |
| 101 | ip: string |
| 102 | isVirtual: boolean |
| 103 | priority: number |
| 104 | } |
| 105 | |
| 106 | export const ip = { |
| 107 | address: createIPCCall<[], string>('ip', 'address'), |
nothing calls this directly
no outgoing calls
no test coverage detected