(_, hash)
| 6 | metaStore; |
| 7 | |
| 8 | extractId(_, hash) { |
| 9 | return hash.id.toLowerCase(); |
| 10 | } |
| 11 | |
| 12 | extractRelationship(relationship) { |
| 13 | // for some reason we only need to update the id to lowercase when it's an object relationship and not an array 🤷 |
nothing calls this directly
no outgoing calls
no test coverage detected