Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
type
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
cat
Function · 0.65
add.go
File · 0.65
ls.go
File · 0.65
get.go
File · 0.65
TestPathUnixFSHAMTPartial
Function · 0.65
TestPinAdd
Method · 0.65
TestPinSimple
Method · 0.65
TestPinRecursive
Method · 0.65
getThreeChainedNodes
Function · 0.65
TestPinNames
Method · 0.65
TestUnixfs
Method · 0.65
TestAdd
Method · 0.65
Implementers
3
HttpApi
client/rpc/api.go
mockCoreAPI
core/commands/repo_verify_test.go
CoreAPI
core/coreapi/coreapi.go
Calls
no outgoing calls
Tested by
1
TestPathUnixFSHAMTPartial
Function · 0.52