MCPcopy Create free account
hub / github.com/containerd/nerdctl / Set

Method Set

pkg/store/store.go:79–79  ·  view source on GitHub ↗

Set saves bytes to a key

(data []byte, key ...string)

Source from the content-addressed store, hash-verified

77 Get(key ...string) ([]byte, error)
78 // Set saves bytes to a key
79 Set(data []byte, key ...string) error
80 // Delete removes a key or a group
81 Delete(key ...string) error
82 // Location returns the absolute path to a certain resource

Callers 15

SaveMethod · 0.65
TestFileStoreBasicsFunction · 0.65
TestFileStoreGroupsFunction · 0.65
TestFileStoreConcurrentFunction · 0.65
requirements.goFile · 0.65
AcquireMethod · 0.65
buildSearchURLFunction · 0.65
AcquireMethod · 0.65
UpdateMethod · 0.65
rawSaveMethod · 0.65
ServeHTTPMethod · 0.65
rawCreateMethod · 0.65

Implementers 1

fileStorepkg/store/filestore.go

Calls

no outgoing calls

Tested by 15

TestFileStoreBasicsFunction · 0.52
TestFileStoreGroupsFunction · 0.52
TestFileStoreConcurrentFunction · 0.52
TestTestFunction · 0.52
TestCompletionFunction · 0.52
TestSharedNetworkSetupFunction · 0.52
TestNoneNetworkHostNameFunction · 0.52
TestHostNetworkHostNameFunction · 0.52
TestRunWithSystemdAlwaysFunction · 0.52