MCPcopy
hub / github.com/containerd/containerd / Update

Method Update

core/metadata/bolt.go:32–32  ·  view source on GitHub ↗
(fn func(*bolt.Tx) error)

Source from the content-addressed store, hash-verified

30type Transactor interface {
31 View(fn func(*bolt.Tx) error) error
32 Update(fn func(*bolt.Tx) error) error
33}
34
35// view gets a bolt db transaction either from the context

Callers 15

UpdateMethod · 0.65
UpdateMethod · 0.65
ActivateMethod · 0.65
DeactivateMethod · 0.65
TestCreateDeleteFunction · 0.65
TestLeasesFunction · 0.65
TestLeasesListFunction · 0.65
TestLeaseResourceFunction · 0.65
TestContainersListFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestCreateDeleteFunction · 0.52
TestLeasesFunction · 0.52
TestLeasesListFunction · 0.52
TestLeaseResourceFunction · 0.52
TestContainersListFunction · 0.52
TestSandboxUpdateFunction · 0.52
TestGCRootsFunction · 0.52
TestGCRemoveFunction · 0.52
TestGCRefsFunction · 0.52