Function inspect_instructions

Source
pub fn inspect_instructions<CTX, IT>(
    context: &mut CTX,
    interpreter: &mut Interpreter<IT>,
    inspector: impl Inspector<CTX, IT>,
    instructions: &InstructionTable<IT, CTX>,
) -> InterpreterAction
where CTX: ContextTr<Journal: JournalExt> + Host, IT: InterpreterTypes,