Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ repositoryAllSources
Struct
repositoryAllSources
snapshot/snapshotfs/all_sources.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
repositoryAllSources
struct
{
17
rep repo.Repository
18
}
19
20
func
(s *repositoryAllSources) IsDir() bool {
21
return
true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected