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

Method add_var

crates/kernel/src/level.rs:316–321  ·  view source on GitHub ↗
(&mut self, idx: u64, k: u64)

Source from the content-addressed store, hash-verified

314 offset: u64,
315}
316
317#[derive(Debug, Clone, Default)]
318struct Node {
319 constant: u64,
320 var: Vec<VarNode>,
321}
322
323impl Node {
324 fn add_var(&mut self, idx: u64, k: u64) {

Callers 2

norm_add_varFunction · 0.80
norm_add_nodeFunction · 0.80

Calls 2

maxMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected