(relationshipId: Id)
| 187 | ); |
| 188 | |
| 189 | const delRelationshipDefinition = (relationshipId: Id): Relationships => { |
| 190 | mapSet(remoteTableIds, relationshipId); |
| 191 | delDefinition(relationshipId); |
| 192 | return relationships; |
| 193 | }; |
| 194 | |
| 195 | const getRemoteTableId = (relationshipId: Id): Id => |
| 196 | mapGet(remoteTableIds, relationshipId) as Id; |
nothing calls this directly
no test coverage detected
searching dependent graphs…