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