-
Notifications
You must be signed in to change notification settings - Fork 37
Implement isLink()
#126
Comments
I'd like to tackle this, if that's okay. |
So, it looks like It's also quite possible there's something I'm missing. I'm still trying to get a sense of how all these pieces fit together. |
To clarify my question a bit: if |
The more I think about it, the more i wonder if Things that came to my mind, but where there are better solutions:
@jonahweissman @olizilla @mikeal @diasdavid @Stebalien Can you think of cases where you'd want to have an |
I can't think of a great case because the path resolver stops at a link and links are easy to identify as the return value, especially if we move to using CID instances. However, I could definitely see a use for either a |
I'm closing this issue as "won't fix". Having a @jonahweissman Thanks for looking into this and getting the discussion started. |
The
isLink()
function was removed from the IPLD Format spec (ipld/interface-ipld-format#23), in favour of putting this functionality into js-ipld instead.The implementation from js-ipld-dag-pb can be used.
The text was updated successfully, but these errors were encountered: