NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)
| 314 | |
| 315 | // NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage) |
| 316 | BT_JSON_CONVERTER(Point2D, point) |
| 317 | { |
| 318 | add_field("x", &point.x); |
| 319 | add_field("y", &point.y); |
| 320 | } |
| 321 | |
| 322 | class DefaultTestAction : public SyncActionNode |
| 323 | { |
nothing calls this directly
no outgoing calls
no test coverage detected