MCPcopy
hub / github.com/kopia/kopia / LocalFilesystemPath

Method LocalFilesystemPath

fs/entry.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 Owner() OwnerInfo
22 Device() DeviceInfo
23 LocalFilesystemPath() string // returns full local filesystem path or "" if not a local filesystem
24 Close() // closes or recycles any resources associated with the entry, must be idempotent
25}
26

Callers 5

verifyLinkFunction · 0.65
TestLocalFilesystemPathFunction · 0.65
doRoughEstimationMethod · 0.65
createOSSnapshotFunction · 0.65

Implementers 7

entryinternal/mockfs/mockfs.go
testBaseEntryinternal/diff/diff_test.go
virtualEntryfs/virtualfs/virtualfs.go
repositoryEntrysnapshot/snapshotfs/repofs.go
sourceDirectoriessnapshot/snapshotfs/source_directories
sourceSnapshotssnapshot/snapshotfs/source_snapshots.g
repositoryAllSourcessnapshot/snapshotfs/all_sources.go

Calls

no outgoing calls

Tested by 2

verifyLinkFunction · 0.52
TestLocalFilesystemPathFunction · 0.52