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

Method get

crates/ixon/src/proof.rs:365–375  ·  view source on GitHub ↗
(buf: &mut &[u8])

Source from the content-addressed store, hash-verified

363 Tag0::new(mask).put(buf);
364 if let Some(u) = self.is_unsafe {
365 put_bool_field(u, buf);
366 }
367 if let Some(l) = self.lvls {
368 Tag0::new(l).put(buf);
369 }
370 if let Some(c) = self.cidx {
371 Tag0::new(c).put(buf);
372 }
373 if let Some(p) = self.params {
374 Tag0::new(p).put(buf);
375 }
376 if let Some(f) = self.fields {
377 Tag0::new(f).put(buf);
378 }

Callers

nothing calls this directly

Calls 11

get_bool_fieldFunction · 0.85
get_def_kindFunction · 0.85
get_def_safetyFunction · 0.85
get_ctorsFunction · 0.85
get_rulesFunction · 0.85
get_quot_kindFunction · 0.85
get_opt_addrFunction · 0.85
pushMethod · 0.80
get_addressFunction · 0.70
get_u8Function · 0.70
lenMethod · 0.45

Tested by

no test coverage detected