| 797 | } |
| 798 | |
| 799 | void TestPoint989FromJson(const nlohmann::json& j, TestPoint989& p) |
| 800 | { |
| 801 | p.x = j.at("x").get<double>(); |
| 802 | p.y = j.at("y").get<double>(); |
| 803 | } |
| 804 | } // namespace |
| 805 | |
| 806 | TEST(PortTest, JsonExporterVectorConverter_Issue989) |
nothing calls this directly
no outgoing calls
no test coverage detected