MCPcopy
hub / github.com/xpf0000/FlyEnv / NetworkInterfaceInfo

Interface NetworkInterfaceInfo

src/render/util/NodeFn.ts:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99export interface NetworkInterfaceInfo {
100 name: string
101 ip: string
102 isVirtual: boolean
103 priority: number
104}
105
106export const ip = {
107 address: createIPCCall<[], string>('ip', 'address'),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected