MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / into_plaintext

Method into_plaintext

nodedb-array/src/segment/reader.rs:354–356  ·  view source on GitHub ↗

Consume the owned reader and return the inner plaintext buffer.

(self)

Source from the content-addressed store, hash-verified

352
353 /// Consume the owned reader and return the inner plaintext buffer.
354 pub fn into_plaintext(self) -> Vec<u8> {
355 self.plaintext
356 }
357}
358
359impl<'a> SegmentReader<'a> {

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected