MCPcopy
hub / github.com/kopia/kopia / ObjectID

Method ObjectID

repo/object/objectid.go:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57// HasObjectID exposes the identifier of an object.
58type HasObjectID interface {
59 ObjectID() ID
60}
61
62// String returns string representation of ObjectID that is suitable for displaying in the UI.

Callers 13

printDirectoryEntryMethod · 0.65
findLastManifestWithPathFunction · 0.65
maybeOIDFunction · 0.65
compareEntryMethod · 0.65
IterateEntriesMethod · 0.65
oidOfFunction · 0.65
parseNestedObjectIDFunction · 0.65
newCachedDirEntryFunction · 0.65
uniqueDirectoriesFunction · 0.65
findAllEntriesFunction · 0.65

Implementers 2

testBaseEntryinternal/diff/diff_test.go
repositoryEntrysnapshot/snapshotfs/repofs.go

Calls

no outgoing calls

Tested by 2

findAllEntriesFunction · 0.52