| 261 | |
| 262 | #[derive(Default)] |
| 263 | struct NoopKeyCheck; |
| 264 | |
| 265 | impl MaybeKeyCheck for NoopKeyCheck { |
| 266 | fn check(&mut self, _key: &str, _index: usize) -> JsonResult<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…