BLOB name clashes

I’m experimenting with blobs in the foreign interface, and couldn’t help but notice that it is entirely possible to have two separate blobs that use the same name. It seems that the only consequence of this is that current_blob/2 will return blobs of either type given the same blob name. I was wondering, is this indeed all that the blob name is used for, or are there more nefarious consequences lurking in the depths?

1 Like