MCPcopy
hub / github.com/mitmproxy/mitmproxy / Error

Interface Error

web/src/js/flow.ts:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export 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)
43export type Address = [string, number] | [string, number, number, number];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…