MCPcopy Create free account
hub / github.com/dagger/dagger / ClientFilesyncMirror

Struct ClientFilesyncMirror

core/client_filesync_mirror.go:20–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type ClientFilesyncMirror struct {
21 StableClientID string
22 Drive string
23 EphemeralID string
24
25 mu sync.Mutex
26
27 snapshot bkcache.MutableRef
28
29 mounter bkcache.Mounter
30 mntPath string
31
32 sharedState *filesync.MirrorSharedState
33 usageCount int
34}
35
36var _ dagql.PersistedObject = (*ClientFilesyncMirror)(nil)
37var _ dagql.PersistedObjectDecoder = (*ClientFilesyncMirror)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected