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

Method reset

src/analysis/z3_solver.rs:290–295  ·  view source on GitHub ↗

Clean the state of the solver

(&self)

Source from the content-addressed store, hash-verified

288
289 /// Clean the state of the solver
290 pub fn reset(&self) {
291 unsafe {
292 let _guard = Z3_MUTEX.lock().unwrap();
293 z3_sys::Z3_solver_reset(self.z3_context, self.z3_solver);
294 }
295 }
296
297 // The following are private
298

Callers 3

check_within_rangeMethod · 0.80
solve_conditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected