neo_solidity/cli/bytecode/bytecode_helpers/storage/
dynamic.rs

1fn emit_load_storage_dynamic(bytecode: &mut Vec<u8>) {
2    emit_syscall(bytecode, "System.Storage.GetContext");
3    emit_syscall(bytecode, "System.Storage.Get");
4}