MCPcopy Create free account
hub / github.com/github/gh-aw / deleteDedupEntries

Method deleteDedupEntries

pkg/workflow/action_cache.go:666–670  ·  view source on GitHub ↗
(toDelete []string)

Source from the content-addressed store, hash-verified

664}
665
666func (c *ActionCache) deleteDedupEntries(toDelete []string) {
667 for _, key := range toDelete {
668 delete(c.Entries, key)
669 }
670}
671
672func truncateSHAForLog(sha string) string {
673 return stringutil.Truncate(sha, 11)

Callers 1

deduplicateEntriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected