()
| 877 | return getRelationships()?.getLocalTableId(maybeGet(relationshipId)); |
| 878 | }, |
| 879 | get remoteTableId() { |
| 880 | return getRelationships()?.getRemoteTableId(maybeGet(relationshipId)); |
| 881 | }, |
| 882 | }; |
| 883 | }; |
| 884 |
nothing calls this directly
no test coverage detected
searching dependent graphs…