(self)
| 3352 | } |
| 3353 | |
| 3354 | fn db_handle(self) -> *mut sqlite3 { |
| 3355 | unsafe { sqlite3_context_db_handle(self.ctx) } |
| 3356 | } |
| 3357 | |
| 3358 | fn result_from_object(self, val: &PyObject, vm: &VirtualMachine) -> PyResult<()> { |
| 3359 | unsafe { |
no outgoing calls
no test coverage detected