kubo/core/coreunix
Lucas Molas e047b58a33 dag: deduplicate AddNodeLinkClean into AddNodeLink
`AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean`
did not, however, at some point the former was changed to do the same
thing as the latter (i.e., not cache the linked node). That is, they now
do the same thing so there's no reason to have both.

The name `AddNodeLink` is preserved, even though it used to imply the
cache functionality contrasting with the `Clean` suffix of
`AddNodeLinkClean`, with this function removed the cache connotation
doesn't hold anymore.

License: MIT
Signed-off-by: Lucas Molas <schomatis@gmail.com>
2018-04-16 22:25:24 -03:00
..
test_data feat(coreunix): AddR for recursive Adds 2015-01-24 12:22:22 -08:00
add_test.go Replace the rest of thirdparty/datastore2 with go-datastore 2018-03-26 22:12:14 +02:00
add.go Update to latest go-datastore 2018-03-26 22:12:14 +02:00
cat.go Feat: Separate "path" from "path/resolver" 2018-02-16 00:20:30 +01:00
metadata_test.go Update to latest go-datastore 2018-03-26 22:12:14 +02:00
metadata.go dag: deduplicate AddNodeLinkClean into AddNodeLink 2018-04-16 22:25:24 -03:00