| 1689 | } |
| 1690 | |
| 1691 | type args struct { |
| 1692 | data []byte |
| 1693 | cb func(value []byte, dataType ValueType, offset int, err error) |
| 1694 | keys []string |
| 1695 | } |
| 1696 | tests := []struct { |
| 1697 | name string |
| 1698 | args args |
nothing calls this directly
no outgoing calls
no test coverage detected