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

Function TestPoint989ToJson

tests/gtest_ports.cpp:793–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791};
792
793void TestPoint989ToJson(const TestPoint989& p, nlohmann::json& j)
794{
795 j["x"] = p.x;
796 j["y"] = p.y;
797}
798
799void TestPoint989FromJson(const nlohmann::json& j, TestPoint989& p)
800{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected