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

Function norm_add_var

crates/kernel/src/level.rs:329–331  ·  view source on GitHub ↗
(s: &mut NormLevel, idx: u64, k: u64, path: &[u64])

Source from the content-addressed store, hash-verified

327 Err(pos) => self.var.insert(pos, VarNode { idx, offset: k }),
328 }
329 }
330}
331
332/// Canonical form: a map from imax-paths (sorted param indices representing
333/// the conditioning chain) to nodes tracking constant offsets and variable
334/// contributions.

Callers 2

normalize_auxFunction · 0.85
normalize_imax_dispatchFunction · 0.85

Calls 2

add_varMethod · 0.80
entryMethod · 0.80

Tested by

no test coverage detected