(&self, _id: u64)
| 893 | |
| 894 | impl ViewTxnT for MockTxn { |
| 895 | fn get_view_by_id(&self, _id: u64) -> Result<Option<ViewState>, PristineError> { |
| 896 | Ok(None) |
| 897 | } |
| 898 | |
| 899 | fn get_view(&self, _name: &str) -> Result<Option<ViewState>, PristineError> { |
| 900 | Ok(None) |
no outgoing calls
no test coverage detected