MCPcopy Index your code
hub / github.com/Rust-API/Rust-API-Bypass-Checker / backtrack

Method backtrack

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

Source from the content-addressed store, hash-verified

404 }
405
406 fn backtrack(&self) {
407 unsafe {
408 let _guard = Z3_MUTEX.lock().unwrap();
409 z3_sys::Z3_solver_pop(self.z3_context, self.z3_solver, 1);
410 }
411 }
412
413 fn get_symbol_for(&self, path: &Rc<Path>) -> z3_sys::Z3_symbol {
414 let path_str = CString::new(format!("{:?}", path)).unwrap();

Callers 1

solve_expressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected