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

Function mk_addr

crates/kernel/src/canonical_check.rs:841–843  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

839 Address::from_slice(&[byte; 32]).unwrap()
840 }
841
842 fn mk_id(s: &str) -> KId<Anon> {
843 KId::new(mk_addr(s), ())
844 }
845
846 fn sort0() -> AE {

Calls 1

as_bytesMethod · 0.80