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

Method Unixfs

core/coreapi/coreapi.go:96–98  ·  view source on GitHub ↗

Unixfs returns the UnixfsAPI interface implementation backed by the go-ipfs node

()

Source from the content-addressed store, hash-verified

94
95// Unixfs returns the UnixfsAPI interface implementation backed by the go-ipfs node
96func (api *CoreAPI) Unixfs() coreiface.UnixfsAPI {
97 return (*UnixfsAPI)(api)
98}
99
100// Block returns the BlockAPI interface implementation backed by the go-ipfs node
101func (api *CoreAPI) Block() coreiface.BlockAPI {

Callers 10

addAssetListFunction · 0.95
RunThreeLeggedCatFunction · 0.95
DirectAddCatFunction · 0.95
benchCatFunction · 0.95
TestBareFileCIDFunction · 0.95
TestMixedDAGDirectoryFunction · 0.95
TestIpfsStressReadFunction · 0.95
runFunction · 0.95
addMigrationFilesFunction · 0.95
addMigrationPathsFunction · 0.95

Calls

no outgoing calls

Tested by 6

RunThreeLeggedCatFunction · 0.76
DirectAddCatFunction · 0.76
benchCatFunction · 0.76
TestBareFileCIDFunction · 0.76
TestMixedDAGDirectoryFunction · 0.76
TestIpfsStressReadFunction · 0.76