MCPcopy
hub / github.com/containerd/containerd / View

Method View

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

Source from the content-addressed store, hash-verified

29// Transactor is the database interface for running transactions
30type Transactor interface {
31 View(fn func(*bolt.Tx) error) error
32 Update(fn func(*bolt.Tx) error) error
33}
34

Callers 15

withNewSnapshotFunction · 0.65
withRemappedSnapshotBaseFunction · 0.65
ViewMethod · 0.65
TestIssue10467Function · 0.65
TestMountAtRuntimeFunction · 0.65
InfoMethod · 0.65
ListMethod · 0.65
TestGCRefsFunction · 0.65
checkNodeCFunction · 0.65
checkNodesFunction · 0.65
ViewMethod · 0.65
getMarkedMethod · 0.65

Calls

no outgoing calls

Tested by 13

TestIssue10467Function · 0.52
TestMountAtRuntimeFunction · 0.52
TestGCRefsFunction · 0.52
checkNodeCFunction · 0.52
checkNodesFunction · 0.52
runMigrationTestFunction · 0.52
readDBVersionFunction · 0.52
TestMetadataCollectorFunction · 0.52
checkContentLeasedFunction · 0.52
checkIngestLeasedFunction · 0.52
testOverlayRemappedBindFunction · 0.52