MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / component_id

Function component_id

tests/model/test-relationships.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

add_boundary_relationsFunction · 0.85
add_internal_relationsFunction · 0.85
add_items_in_collectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected