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

Function bytes2_execute

crates/aiur/src/execute.rs:683–691  ·  view source on GitHub ↗
(
  i: usize,
  j: usize,
  op: &Bytes2Op,
  map: &mut Vec<G>,
  record: &mut QueryRecord,
)

Source from the content-addressed store, hash-verified

681 }
682 Ok(map)
683 }
684}
685
686pub fn bytes1_execute(
687 byte: usize,
688 op: &Bytes1Op,
689 map: &mut Vec<G>,
690 record: &mut QueryRecord,
691) {
692 map.extend(Bytes1.execute(op, &[map[byte]], record));
693}
694

Callers 1

executeMethod · 0.85

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected