MCPcopy
hub / github.com/kopia/kopia / Readlink

Method Readlink

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

Source from the content-addressed store, hash-verified

208type Symlink interface {
209 Entry
210 Readlink(ctx context.Context) (string, error)
211 Resolve(ctx context.Context) (Entry, error)
212}
213

Callers 7

headerFunction · 0.65
ReadlinkMethod · 0.65
ReadlinkMethod · 0.65
resolveSymlinkFunction · 0.65
CreateSymlinkMethod · 0.65
CreateSymlinkMethod · 0.65
uploadSymlinkInternalMethod · 0.65

Implementers 3

Symlinkinternal/mockfs/mockfs.go
filesystemSymlinkfs/localfs/local_fs.go
repositorySymlinksnapshot/snapshotfs/repofs.go

Calls

no outgoing calls

Tested by

no test coverage detected