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

Function univ_sort_key

crates/compile/src/compile.rs:445–449  ·  view source on GitHub ↗
(univ: &Arc<Univ>)

Source from the content-addressed store, hash-verified

443 level: &Level,
444 univ_params: &[Name],
445 cache: &mut BlockCache,
446) -> Result<Arc<Univ>, CompileError> {
447 let ctx_key = univ_params_key(univ_params);
448 if let Some(cached) = cache.univ_cache.get(&(level.clone(), ctx_key.clone()))
449 {
450 return Ok(cached.clone());
451 }
452

Callers 1

preseed_expr_tablesFunction · 0.85

Calls 1

put_univFunction · 0.85

Tested by

no test coverage detected