MCPcopy
hub / github.com/mitmproxy/mitmproxy / UDPFlow

Interface UDPFlow

web/src/js/flow.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface UDPFlow extends _Flow {
33 type: "udp";
34 messages_meta: MessagesMeta;
35}
36
37export interface Error {
38 msg: string;

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…