MCPcopy
hub / github.com/containerd/containerd / Sync

Method Sync

core/content/content.go:170–170  ·  view source on GitHub ↗

Sync flushes the in-flight writes to the disk (when applicable)

()

Source from the content-addressed store, hash-verified

168type Syncer interface {
169 // Sync flushes the in-flight writes to the disk (when applicable)
170 Sync() error
171}
172
173// ReferrersProvider handles looking up additional referrer objects for a given descriptor.

Callers 11

createImgFileFunction · 0.65
CloseMethod · 0.65
initFunction · 0.65
boltSnapshotterFunction · 0.65
setupSnapshotterFunction · 0.65
copyFileWithSyncFunction · 0.65
ApplyMethod · 0.65
syncDirFunction · 0.65
CommitMethod · 0.65
CloseMethod · 0.65
SyncMethod · 0.65

Implementers 2

namespacedWritercore/metadata/content.go
writerplugins/content/local/writer.go

Calls

no outgoing calls

Tested by 3

createImgFileFunction · 0.52
boltSnapshotterFunction · 0.52
setupSnapshotterFunction · 0.52