Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel-e/rustml
/ into_bytes
Method
into_bytes
src/io.rs:56–56 ·
view source on GitHub ↗
Returns the uncompressed data.
(&self)
Source
from the content-addressed store, hash-verified
54
55
/// Returns the uncompressed data.
56
pub fn into_bytes(&self) -> Vec<u8> { self.v.clone() }
57
58
/// Returns the length of the uncomressed data.
59
pub fn len(&self) -> usize { self.v.len() }
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected