Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
58
type
HasObjectID
interface
{
59
ObjectID() ID
60
}
61
62
// String returns string representation of ObjectID that is suitable for displaying in the UI.
Callers
13
printDirectoryEntry
Method · 0.65
outputManifestFromSingleSource
Method · 0.65
findLastManifestWithPath
Function · 0.65
maybeOID
Function · 0.65
compareEntry
Method · 0.65
IterateEntries
Method · 0.65
oidOf
Function · 0.65
parseNestedObjectID
Function · 0.65
newCachedDirEntry
Function · 0.65
maybeIgnoreCachedEntry
Method · 0.65
uniqueDirectories
Function · 0.65
findAllEntries
Function · 0.65
Implementers
2
testBaseEntry
internal/diff/diff_test.go
repositoryEntry
snapshot/snapshotfs/repofs.go
Calls
no outgoing calls
Tested by
2
findAllEntries
Function · 0.52
TestParallelUploadOfLargeFiles
Function · 0.52