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

Function offset_peeling

crates/kernel/src/level.rs:846–855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

844 let anon = AU::param(0, ());
845 let meta = MU::param(0, Name::anon());
846 assert_eq!(
847 super::super::env::univ_key(&anon),
848 super::super::env::univ_key(&meta)
849 );
850 }
851
852 // ---- PartialEq ----
853
854 #[test]
855 fn eq_by_hash() {
856 let a = MU::succ(MU::zero());
857 let b = MU::succ(MU::zero());
858 assert_eq!(a, b);

Callers

nothing calls this directly

Calls 3

paramFunction · 0.70
mk_nameFunction · 0.70
cloneMethod · 0.45

Tested by

no test coverage detected