Adding getXorUrl experimental function to the ImmutableData Reader which generates the XOR-URL of an already existing and fetched ImmutableData. Up until now you can get ImmD XOR-URL only when storing it on the network, with this you can get it after fetching it with its xorname.
Coverage increased (+0.01%) to 96.499% when pulling 9107bbb2336963ba5246426736c8807d60a2502c on bochaco:issue-353-immd-xor-url into 32d7a6efa3c32f31274d72f3e44ef6967ba43898 on maidsafe:master.
Adding
getXorUrl
experimental function to the ImmutableData Reader which generates the XOR-URL of an already existing and fetched ImmutableData. Up until now you can get ImmD XOR-URL only when storing it on the network, with this you can get it after fetching it with its xorname.Resolves #353