MCPcopy Index your code
hub / github.com/RustPython/RustPython / retrieve

Method retrieve

crates/stdlib/src/_sqlite3.rs:439–441  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

437 }
438
439 fn retrieve(&self) -> (&PyObject, &VirtualMachine) {
440 unsafe { (self.obj.as_ref(), &*self.vm) }
441 }
442
443 unsafe extern "C" fn destructor(data: *mut c_void) {
444 drop(unsafe { Box::from_raw(data.cast::<Self>()) });

Callers 9

func_callbackMethod · 0.80
step_callbackMethod · 0.80
finalize_callbackMethod · 0.80
collation_callbackMethod · 0.80
value_callbackMethod · 0.80
inverse_callbackMethod · 0.80
authorizer_callbackMethod · 0.80
trace_callbackMethod · 0.80
progress_callbackMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected