Function
bytes1_execute
(
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; |
Tested by
no test coverage detected