Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blobcache/blobcache
/ Add
Method
Add
src/internal/tries/walk.go:101–101 ·
view source on GitHub ↗
(ctx context.Context, cid blobcache.CID)
Source
from the content-addressed store, hash-verified
99
100
type
CIDSet
interface
{
101
Add(ctx context.Context, cid blobcache.CID) error
102
Exists(ctx context.Context, cid blobcache.CID) (bool, error)
103
}
Callers
15
Ask
Method · 0.65
TestVolumeLoad
Function · 0.65
Populate
Method · 0.65
Always
Method · 0.65
TestManyBlobs
Function · 0.65
TestPack
Function · 0.65
Mint
Method · 0.65
resolveTx
Method · 0.65
Share
Method · 0.65
KeepAlive
Method · 0.65
OpenFrom
Method · 0.65
BeginTx
Method · 0.65
Calls
no outgoing calls
Tested by
3
TestVolumeLoad
Function · 0.52
TestManyBlobs
Function · 0.52
TestPack
Function · 0.52