MCPcopy
hub / github.com/kopia/kopia / Summary

Method Summary

fs/entry.go:113–113  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

111// DirectoryWithSummary is optionally implemented by Directory that provide summary.
112type DirectoryWithSummary interface {
113 Summary(ctx context.Context) (*DirectorySummary, error)
114}
115
116// ErrorEntry represents entry in a Directory that had encountered an error or is unknown/unsupported (ErrUnknown).

Callers 6

listDirectoryMethod · 0.65
printDirectoryEntryMethod · 0.65
getProfileSummaryFunction · 0.65
getMessageFromRunFunction · 0.65
entryBitsMethod · 0.65

Implementers 15

emailProvidernotification/sender/email/email_sender
pushoverProvidernotification/sender/pushover/pushover_
jsonSendernotification/sender/jsonsender/jsonsen
testSenderProvidernotification/sender/testsender/test_se
webhookProvidernotification/sender/webhook/webhook_se
GenerateRangeCheckpointStatsrepo/maintenancestats/stats_generate_r
CompactSingleEpochStatsrepo/maintenancestats/stats_compact_si
CompactIndexesStatsrepo/maintenancestats/stats_compact_in
RewriteContentsStatsrepo/maintenancestats/stats_rewrite_co
CleanupMarkersStatsrepo/maintenancestats/stats_cleanup_ma
AdvanceEpochStatsrepo/maintenancestats/stats_advance_ep
CleanupLogsStatsrepo/maintenancestats/stats_clean_up_l

Calls

no outgoing calls

Tested by

no test coverage detected