| 35 | } |
| 36 | |
| 37 | export interface Error { |
| 38 | msg: string; |
| 39 | timestamp: number; |
| 40 | } |
| 41 | |
| 42 | // IPv6 has flowinfo and scope_id (currently not correctly typed on the Python side) |
| 43 | export type Address = [string, number] | [string, number, number, number]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…