MCPcopy Index your code
hub / github.com/kopia/kopia / dryRunDelete

Function dryRunDelete

cli/command_acl_delete.go:26–28  ·  view source on GitHub ↗
(ctx context.Context, e *acl.Entry)

Source from the content-addressed store, hash-verified

24}
25
26func dryRunDelete(ctx context.Context, e *acl.Entry) {
27 log(ctx).Infof("would delete entry %v, pass --delete to actually delete", e.ManifestID)
28}
29
30func (c *commandACLDelete) shouldRemoveACLEntry(ctx context.Context, e *acl.Entry) bool {
31 if c.all {

Callers 1

shouldRemoveACLEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…