MCPcopy Create free account
hub / github.com/argumentcomputer/ix / deser_addr

Function deser_addr

crates/ixon/src/metadata.rs:378–385  ·  view source on GitHub ↗
(buf: &mut &[u8])

Source from the content-addressed store, hash-verified

376 }
377
378 /// Delegate indexed serialization to the inner enum, then serialize
379 /// extension tables.
380 pub fn put_with(
381 &self,
382 idx: NamePut<'_>,
383 buf: &mut Vec<u8>,
384 ) -> Result<(), String> {
385 self.info.put_with(idx, buf)?;
386 // Extension tables (backward-compatible: 0-length for old constants)
387 put_vec_len(self.meta_sharing.len(), buf);
388 for expr in &self.meta_sharing {

Callers 3

deser_substringFunction · 0.85
deser_preresolvedFunction · 0.85
deser_syntaxFunction · 0.85

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected