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