(cloneRef, workspacePath, version string)
| 619 | } |
| 620 | |
| 621 | func remoteWorkspaceAddress(cloneRef, workspacePath, version string) string { |
| 622 | return core.GitRefString(cloneRef, workspacePath, version) |
| 623 | } |
| 624 | |
| 625 | // cloneGitTree clones a git repository and returns its directory tree. |
| 626 | func (srv *Server) cloneGitTree(ctx context.Context, dag *dagql.Server, cloneRef, version string) (dagql.ObjectResult[*core.Directory], error) { |