MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / QueryClass

Enum QueryClass

tcp/src/dns.rs:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38#[repr(u16)]
39enum QueryClass {
40 IN = 1,
41}
42
43#[derive(Debug)]
44#[repr(u16)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected