()
| 569 | |
| 570 | #[test] |
| 571 | fn map_header_fixmap() { |
| 572 | let buf = encode(&json!({"x": 1})); |
| 573 | let (count, _data_offset) = map_header(&buf, 0).unwrap(); |
| 574 | assert_eq!(count, 1); |
| 575 | } |
| 576 | |
| 577 | #[test] |
| 578 | fn skip_bin() { |
nothing calls this directly
no test coverage detected