| 791 | }; |
| 792 | |
| 793 | void TestPoint989ToJson(const TestPoint989& p, nlohmann::json& j) |
| 794 | { |
| 795 | j["x"] = p.x; |
| 796 | j["y"] = p.y; |
| 797 | } |
| 798 | |
| 799 | void TestPoint989FromJson(const nlohmann::json& j, TestPoint989& p) |
| 800 | { |
nothing calls this directly
no outgoing calls
no test coverage detected