MCPcopy Index your code
hub / github.com/apache/caldera / _generate_relationship

Function _generate_relationship

tests/conftest.py:248–249  ·  view source on GitHub ↗
(source, edge, target, *args, **kwargs)

Source from the content-addressed store, hash-verified

246@pytest.fixture
247def relationship():
248 def _generate_relationship(source, edge, target, *args, **kwargs):
249 return Relationship(*args, source=source, edge=edge, target=target, **kwargs)
250
251 return _generate_relationship
252

Callers

nothing calls this directly

Calls 1

RelationshipClass · 0.90

Tested by

no test coverage detected