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

Function bytes1_execute

crates/aiur/src/execute.rs:674–681  ·  view source on GitHub ↗
(
  byte: usize,
  op: &Bytes1Op,
  map: &mut Vec<G>,
  record: &mut QueryRecord,
)

Source from the content-addressed store, hash-verified

672 &map[..input_size],
673 &output,
674 G::from_bool(!unconstrained),
675 );
676 if let Some(CallerState {
677 fun_idx: caller_idx,
678 map: caller_map,
679 unconstrained: caller_unconstrained,
680 continuation_depth,
681 }) = callers_states_stack.pop()
682 {
683 continuation_stack.truncate(continuation_depth);
684 fun_idx = caller_idx;

Callers 1

executeMethod · 0.85

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected