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

Method metadata_bytes

atomic-repository/src/record/options.rs:240–243  ·  view source on GitHub ↗
(mut self, bytes: Vec<u8>)

Source from the content-addressed store, hash-verified

238 /// the `SessionEnvelope` (turn number, session ID, timing, files).
239 #[must_use]
240 pub fn metadata_bytes(mut self, bytes: Vec<u8>) -> Self {
241 self.metadata_bytes = bytes;
242 self
243 }
244
245 /// Get the metadata bytes.
246 #[must_use]

Callers 2

record_turnFunction · 0.45
to_assembly_optionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected