(&self)
| 461 | |
| 462 | impl Clone for FFI_SessionRef { |
| 463 | fn clone(&self) -> Self { |
| 464 | unsafe { (self.clone)(self) } |
| 465 | } |
| 466 | } |
| 467 | |
| 468 | fn table_options_from_rhashmap(options: SVec<(SString, SString)>) -> TableOptions { |
no outgoing calls
no test coverage detected