MCPcopy 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
100type CIDSet interface {
101 Add(ctx context.Context, cid blobcache.CID) error
102 Exists(ctx context.Context, cid blobcache.CID) (bool, error)
103}

Callers 15

AskMethod · 0.65
TestVolumeLoadFunction · 0.65
PopulateMethod · 0.65
AlwaysMethod · 0.65
TestManyBlobsFunction · 0.65
TestPackFunction · 0.65
MintMethod · 0.65
resolveTxMethod · 0.65
ShareMethod · 0.65
KeepAliveMethod · 0.65
OpenFromMethod · 0.65
BeginTxMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestVolumeLoadFunction · 0.52
TestManyBlobsFunction · 0.52
TestPackFunction · 0.52