| 36 | #include <geode/tests/common.hpp> |
| 37 | |
| 38 | geode::ComponentID component_id( const geode::uuid& id ) |
| 39 | { |
| 40 | return { geode::ComponentType{ "dummy" }, id }; |
| 41 | } |
| 42 | |
| 43 | void add_boundary_relations( |
| 44 | geode::Relationships& relationships, absl::Span< const geode::uuid > uuids ) |
no outgoing calls
no test coverage detected