mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-13 12:18:00 +08:00
- don't bypass the CoreApi - don't use a goroutine and return channel for `importWorker`, when what's happening is really just a synchronous call - only `PinLock()` when we are going to pin - use `cid.Set` instead of an explicit map - fail the request early if any pinning fail, no need to try to pin more if the request failed already |
||
|---|---|---|
| .. | ||
| dag.go | ||
| export.go | ||
| get.go | ||
| import.go | ||
| put.go | ||
| resolve.go | ||
| stat.go | ||