Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WilfredTA/ser
/ functions
Functions
255 in github.com/WilfredTA/ser
⨍
Functions
255
◇
Types & classes
43
Method
new
()
src/machine.rs:37
Method
new
()
src/storage.rs:64
Method
new
()
src/state/tree.rs:22
Method
new
(halted_left: bool, halted_right: bool)
src/exec/mod.rs:29
Method
new_const
(name: impl AsRef<str>)
src/smt/bitvec/z3.rs:19
Method
new_literal
(val: u64)
src/smt/bitvec/z3.rs:10
Method
new_with_parent
(pid: &Uuid)
src/state/tree.rs:36
Method
next
(&mut self)
src/state/tree.rs:392
Method
paths
A path from a node is the current node and the union of the paths of its children
src/machine.rs:125
Method
pgm
(&self)
src/machine.rs:325
Method
pid
(&self)
src/state/tree.rs:33
Function
pop
()
src/instruction/mod.rs:1738
Function
push
(val: BitVec<SZ>)
src/record.rs:99
Method
push
(val: BitVec<SZ>)
src/record.rs:53
Method
push_branch
(&mut self, val: EvmState, constraint: Bool<'ctx>)
src/state/tree.rs:347
Method
rewind
(&self, steps: usize)
src/machine.rs:55
Method
set_balance
(mut self, addr: Address, bal: impl Into<U256>)
src/state/context.rs:36
Method
set_calldata
(mut self, calldata: &str)
src/state/context.rs:46
Method
set_caller
(mut self, caller: Address)
src/state/context.rs:41
Method
set_init_state
(&mut self, state: EvmState)
src/machine.rs:100
Method
stack_apply
(&mut self, stack_rec: StackChange<32>)
src/machine.rs:378
Method
stack_pop
(&mut self)
src/machine.rs:362
Method
stack_push
(&mut self, val: BitVec<32>)
src/machine.rs:358
Method
state
(&self)
src/machine.rs:329
Method
state_ref
(&self)
src/machine.rs:338
Method
state_ref_mut
(&mut self)
src/machine.rs:342
Method
step
Returns the step record but does not mutate the Exec state tree
src/exec/mod.rs:123
Method
storage
(&self)
src/machine.rs:386
Method
storage_apply
(&mut self, storage_rec: StorageChange)
src/machine.rs:398
Method
storage_write
(&mut self, idx: Index, val: crate::storage::StorageValue)
src/machine.rs:390
Function
test_basic_lookup_global_storage
()
src/storage.rs:163
Function
test_basic_lookup_works_in_acc_storage
()
src/storage.rs:151
Function
test_from_bv
()
src/conversion/mod.rs:175
Function
test_mem_store_mem_load
()
src/machine.rs:447
Function
test_slice_to_bitvec
()
src/conversion/mod.rs:137
Function
test_slice_to_op_arg
()
src/conversion/mod.rs:132
Function
test_storage_with_solidity_mapping
()
src/storage.rs:179
Function
test_swap
()
src/stack.rs:133
Function
test_swap2_jumpi_maybe_revert
()
tests/lib.rs:127
Function
test_swap2_jumpi_revert
()
tests/lib.rs:108
Function
test_to_bv
()
src/conversion/mod.rs:162
Function
test_u256_to_bytes
()
src/conversion/mod.rs:149
Method
try_from
(value: Vec<BitVec<1>>)
src/conversion/mod.rs:104
Method
update
(&self, val: EvmState)
src/state/tree.rs:96
Method
update_mut
(&mut self, val: EvmState)
src/state/tree.rs:343
Method
with_address
(mut self, addr: Address)
src/storage.rs:67
Method
with_bv
(bv: BV<'static>)
src/smt/bitvec/mod.rs:38
Method
with_contract
(mut self, addr: Address, pgm: Vec<Instruction>)
src/storage.rs:71
Method
with_ops
(ops: Vec<StackOp<SZ>>)
src/record.rs:62
Method
with_pgm
(pgm: Program)
src/machine.rs:83
Method
with_pgm
(pgm: &'a str)
src/parser.rs:14
Method
with_pgm
(pgm: Program)
src/state/evm.rs:55
Method
with_state
(state: EvmState)
src/machine.rs:41
Method
with_states
(states: Vec<EvmState>)
src/machine.rs:47
Function
zero_extend
Add zeroes to the left side of a byte array until the byte array is a certain
src/parser.rs:146
← previous
201–255 of 255, ranked by callers