(value)
| 625 | edges: List[Dict[str, Any]] = [] |
| 626 | |
| 627 | def _ident(value) -> Optional[str]: |
| 628 | return None if value is None else str(value) |
| 629 | |
| 630 | # Kùzu spells the internal record keys in lowercase (_label/_src/_dst/_id); |
| 631 | # Ladybug returns the same fields uppercased (_LABEL/_SRC/_DST/_ID). Look |
no outgoing calls
no test coverage detected