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

Function hq

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

Source from the content-addressed store, hash-verified

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(", ")
27}

Callers 1

parse_packet_urbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected