| 1762 | } |
| 1763 | |
| 1764 | type ObjectEachTest struct { |
| 1765 | desc string |
| 1766 | json string |
| 1767 | |
| 1768 | isErr bool |
| 1769 | entries []keyValueEntry |
| 1770 | } |
| 1771 | |
| 1772 | var objectEachTests = []ObjectEachTest{ |
| 1773 | { |
nothing calls this directly
no outgoing calls
no test coverage detected