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

Function hbs

sniffer/src/main.rs:25–27  ·  view source on GitHub ↗
(v: &[u8])

Source from the content-addressed store, hash-verified

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}
28
29// ---------------------------------------------------------------------------
30// URB types

Callers 2

parse_data_fragmentFunction · 0.85
decode_sbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected