(ctx context.Context, depth int, includeTags bool, fn func(*gitutil.GitCLI) error)
| 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 | |
| 58 | var _ dagql.PersistedObject = (*GitRepository)(nil) |