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