MCPcopy Create free account
hub / github.com/TeamPiped/piped-proxy / RangeRequest

Class RangeRequest

src/main.rs:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179struct RangeRequest {
180 start: u64,
181 end: u64,
182 total_size: u64,
183}
184
185fn parse_range(range_str: &str, total_size: u64) -> Option<RangeRequest> {
186 let range_parts: Vec<&str> = range_str.split('-').collect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected