MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / dns.ts

File dns.ts

web/src/js/ducks/modes/dns.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { DnsState } from "../../modes/dns";
2import { parseRaw } from "../../modes/dns";
3import { STATE_RECEIVE, STATE_UPDATE } from "../backendState";
4import { addSetter, createModeUpdateThunk, updateState } from "./utils";

Callers

nothing calls this directly

Calls 3

createModeUpdateThunkFunction · 0.90
addSetterFunction · 0.90
updateStateFunction · 0.90

Tested by

no test coverage detected