Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
208
type
Symlink
interface
{
209
Entry
210
Readlink(ctx context.Context) (string, error)
211
Resolve(ctx context.Context) (Entry, error)
212
}
213
Callers
7
header
Function · 0.65
Readlink
Method · 0.65
Readlink
Method · 0.65
resolveSymlink
Function · 0.65
CreateSymlink
Method · 0.65
CreateSymlink
Method · 0.65
uploadSymlinkInternal
Method · 0.65
Implementers
3
Symlink
internal/mockfs/mockfs.go
filesystemSymlink
fs/localfs/local_fs.go
repositorySymlink
snapshot/snapshotfs/repofs.go
Calls
no outgoing calls
Tested by
no test coverage detected