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