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

Struct LocalGitRepository

core/git_local.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type LocalGitRepository struct {
20 Directory dagql.ObjectResult[*Directory]
21}
22
23var _ GitRepositoryBackend = (*LocalGitRepository)(nil)
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected