MCPcopy
hub / github.com/ipfs/kubo / Unixfs

Method Unixfs

core/coreiface/coreapi.go:17–17  ·  view source on GitHub ↗

Unixfs returns an implementation of Unixfs API

()

Source from the content-addressed store, hash-verified

15type CoreAPI interface {
16 // Unixfs returns an implementation of Unixfs API
17 Unixfs() UnixfsAPI
18
19 // Block returns an implementation of Block API
20 Block() BlockAPI

Callers 15

catFunction · 0.65
add.goFile · 0.65
ls.goFile · 0.65
get.goFile · 0.65
TestPinAddMethod · 0.65
TestPinSimpleMethod · 0.65
TestPinRecursiveMethod · 0.65
getThreeChainedNodesFunction · 0.65
TestPinNamesMethod · 0.65
TestUnixfsMethod · 0.65
TestAddMethod · 0.65

Implementers 3

HttpApiclient/rpc/api.go
mockCoreAPIcore/commands/repo_verify_test.go
CoreAPIcore/coreapi/coreapi.go

Calls

no outgoing calls

Tested by 1