MCPcopy Index your code
hub / github.com/RizeCrime/linuxblaster_control / hd

Function hd

sniffer/src/main.rs:23–23  ·  view source on GitHub ↗
(v: u32)

Source from the content-addressed store, hash-verified

21fn hb(b: u8) -> String { format!("{:#04x}", b) }
22fn hw(v: u16) -> String { format!("{:#06x}", v) }
23fn hd(v: u32) -> String { format!("{:#010x}", v) }
24fn hq(v: u64) -> String { format!("{:#018x}", v) }
25fn hbs(v: &[u8]) -> String {
26 v.iter().map(|b| format!("{:#04x}", b)).collect::<Vec<_>>().join(", ")

Callers 1

parse_packet_urbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected