Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ repositoryEntry
Struct
repositoryEntry
snapshot/snapshotfs/repofs.go:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
)
26
27
type
repositoryEntry
struct
{
28
metadata *snapshot.DirEntry
29
repo repo.Repository
30
}
31
32
func
(e *repositoryEntry) IsDir() bool {
33
return
e.Mode().IsDir()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected