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

Method new

crates/kernel/src/subst.rs:1347–1349  ·  view source on GitHub ↗
(seed: u64)

Source from the content-addressed store, hash-verified

1345 fn abstract_fvars_empty_passthrough() {
1346 let mut env = InternTable::<Anon>::new();
1347 let v0 = AE::var(0, ());
1348 let result = abstract_fvars(&mut env, &v0, &[]);
1349 assert!(result.ptr_eq(&v0));
1350 }
1351
1352 #[test]

Callers

nothing calls this directly

Calls 1

PrngClass · 0.85

Tested by

no test coverage detected