MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / set_backtrack_position

Method set_backtrack_position

src/analysis/z3_solver.rs:399–404  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

397 }
398
399 fn set_backtrack_position(&self) {
400 unsafe {
401 let _guard = Z3_MUTEX.lock().unwrap();
402 z3_sys::Z3_solver_push(self.z3_context, self.z3_solver);
403 }
404 }
405
406 fn backtrack(&self) {
407 unsafe {

Callers 1

solve_expressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected