MCPcopy Index your code
hub / github.com/containerd/containerd / withStoreUpdate

Method withStoreUpdate

plugins/services/namespaces/local.go:233–235  ·  view source on GitHub ↗
(ctx context.Context, fn func(ctx context.Context, store namespaces.Store) error)

Source from the content-addressed store, hash-verified

231}
232
233func (l *local) withStoreUpdate(ctx context.Context, fn func(ctx context.Context, store namespaces.Store) error) error {
234 return l.db.Update(l.withStore(ctx, fn))
235}

Callers 3

CreateMethod · 0.95
UpdateMethod · 0.95
DeleteMethod · 0.95

Calls 2

withStoreMethod · 0.95
UpdateMethod · 0.65

Tested by

no test coverage detected