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

Function remoteWorkspaceAddress

engine/server/session_workspaces.go:621–623  ·  view source on GitHub ↗
(cloneRef, workspacePath, version string)

Source from the content-addressed store, hash-verified

619}
620
621func 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.
626func (srv *Server) cloneGitTree(ctx context.Context, dag *dagql.Server, cloneRef, version string) (dagql.ObjectResult[*core.Directory], error) {

Callers 2

Calls 1

GitRefStringFunction · 0.92

Tested by 1