solana/programs/bpf_loader/src/syscalls
Alexander Meißner a0c7fde90e
Cleanup - mock InvokeContext (#31007)
* Turns with_mock_invoke_context() into a macro.

* Removes prepare_mock_invoke_context().

* Replaces InvokeContext::new_mock() with with_mock_invoke_context().

* Removes InvokeContext::new_mock().

* Removes Cow from InvokeContext::sysvar_cache.

* Removes override parameters from mock_process_instruction().

* cargo fmt
2023-04-03 17:23:24 +02:00
..
cpi.rs Cleanup - mock InvokeContext (#31007) 2023-04-03 17:23:24 +02:00
logging.rs
mem_ops.rs Remove checks for activated feature check_physical_overlapping (#29355) 2022-12-22 19:07:08 +11:00
mod.rs Cleanup - mock InvokeContext (#31007) 2023-04-03 17:23:24 +02:00
sysvar.rs