MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / TestPoint989FromJson

Function TestPoint989FromJson

tests/gtest_ports.cpp:799–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799void 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
806TEST(PortTest, JsonExporterVectorConverter_Issue989)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected