(ctx context.Context, srv *dagql.Server, discard bool, depth int, includeTags bool)
| 51 | |
| 52 | type GitRefBackend interface { |
| 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 | } |
no outgoing calls