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

Function hw

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

Source from the content-addressed store, hash-verified

20
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 {

Callers 1

parse_packet_urbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected