Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ push
Method
push
src/analysis/wto.rs:249–251 ·
view source on GitHub ↗
(&mut self, bb: BasicBlock)
Source
from the content-addressed store, hash-verified
247
}
248
249
fn push(&mut self, bb: BasicBlock) {
250
self.stack.push(bb);
251
}
252
253
fn pop(&mut self) -> Option<BasicBlock> {
254
self.stack.pop()
Callers
15
run_with_rustc_args
Function · 0.80
new
Method · 0.80
basic_block_call_search
Method · 0.80
config
Method · 0.80
from_args
Method · 0.80
get_suppressed_warnings
Method · 0.80
get_csts_as_z3_expression
Method · 0.80
fmt
Method · 0.80
visit
Method · 0.80
visit_circle
Method · 0.80
collect_diagnostics
Method · 0.80
append_mangled_type
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected