kubo/core
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
..
commands Merge pull request #4846 from ipfs/feat/profile-help 2018-04-08 09:42:08 +09:00
coreapi fix error style 2018-03-30 09:43:27 +02:00
coredag Merge pull request #4492 from ipfs/feat/coreapi/object 2018-01-30 13:14:06 -08:00
corehttp Replace the rest of thirdparty/datastore2 with go-datastore 2018-03-26 22:12:14 +02:00
corerepo fix error style 2018-03-30 09:43:27 +02:00
coreunix dag: deduplicate AddNodeLinkClean into AddNodeLink 2018-04-16 22:25:24 -03:00
mock Re-order imports in core/mock/mock.go 2018-03-26 22:12:14 +02:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go gx: update go-log 2018-01-31 21:54:22 -08:00
bootstrap.go gx: update go-log 2018-01-31 21:54:22 -08:00
builder.go Update to latest go-datastore 2018-03-26 22:12:14 +02:00
core_test.go Replace the rest of thirdparty/datastore2 with go-datastore 2018-03-26 22:12:14 +02:00
core.go fix error style 2018-03-30 09:43:27 +02:00
pathresolver_test.go make path resolver no longer require whole node for construction 2016-10-25 15:04:44 -07:00
pathresolver.go Use variadic options 2018-02-28 16:57:58 -05:00