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

Method mount

core/git.go:55–55  ·  view source on GitHub ↗
(ctx context.Context, depth int, includeTags bool, fn func(*gitutil.GitCLI) error)

Source from the content-addressed store, hash-verified

53 Tree(ctx context.Context, srv *dagql.Server, discard bool, depth int, includeTags bool) (checkout *Directory, err error)
54
55 mount(ctx context.Context, depth int, includeTags bool, fn func(*gitutil.GitCLI) error) error
56}
57
58var _ dagql.PersistedObject = (*GitRepository)(nil)

Callers 9

MergeBaseFunction · 0.65
refJoinFunction · 0.65
mountMethod · 0.65
mountMethod · 0.65
checksumMethod · 0.65
scanPathMethod · 0.65
MountMethod · 0.65
checksumMethod · 0.65
scanPathMethod · 0.65

Implementers 2

LocalGitRefcore/git_local.go
RemoteGitRefcore/git_remote.go

Calls

no outgoing calls

Tested by

no test coverage detected