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

Method Set

mod/tigron/test/interfaces.go:33–33  ·  view source on GitHub ↗

Set will save the label `key` with `value`.

(key, value string)

Source from the content-addressed store, hash-verified

31 Get(key string) string
32 // Set will save the label `key` with `value`.
33 Set(key, value string)
34}
35
36// DataTemp allows test authors to easily manipulate test fixtures / temporary files.

Callers 3

TestLabelsFunction · 0.65
newStdPipesFunction · 0.65
RunMethod · 0.65

Implementers 2

labelsmod/tigron/test/data.go
fileStorepkg/store/filestore.go

Calls

no outgoing calls

Tested by 1

TestLabelsFunction · 0.52