(from_id: str, to_id: str)
| 30 | |
| 31 | |
| 32 | def _edge(from_id: str, to_id: str) -> dict: |
| 33 | return {"from": from_id, "to": to_id, "type": "CONTAINS", "properties": {}} |
| 34 | |
| 35 | |
| 36 | def test_edge_from_node_mapped_to_zero_is_imported(): |
no outgoing calls
no test coverage detected