MCPcopy Create free account
hub / github.com/PraneshASP/smol-evm-rs / new_stack_is_empty

Function new_stack_is_empty

src/stack.rs:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 use super::*;
70 #[test]
71 fn new_stack_is_empty() {
72 let stack = Stack::new(1024);
73 assert_eq!(stack.stack.len(), 0);
74 }
75
76 #[test]
77 fn push_and_pop_on_stack() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected