pub fn fetch_published_commit(opts: ImportOptions) -> Result<ForeignCommit>Expand description
Fetch a published commit from IPFS, decrypt it with a content key, and store all objects (commit, metadata, manifest, shards) in the local store.
This is the shared pipeline used by both fork and pull-request.