MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / take_content

Method take_content

atomic-core/src/record/workflow/globalize/context.rs:204–206  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 /// The accumulated content bytes.
203 #[must_use]
204 pub fn take_content(self) -> Vec<u8> {
205 self.content
206 }
207
208 /// Get a reference to the content buffer.
209 #[must_use]

Callers 1

assemble_changeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected