SetRootfs sets the pre-fetched root filesystem (used by remote workspace setup).
(r dagql.ObjectResult[*Directory])
| 42 | |
| 43 | // SetRootfs sets the pre-fetched root filesystem (used by remote workspace setup). |
| 44 | func (ws *Workspace) SetRootfs(r dagql.ObjectResult[*Directory]) { |
| 45 | ws.rootfs = r |
| 46 | } |
| 47 | |
| 48 | // HostPath returns the internal host filesystem path for the workspace boundary. |
| 49 | // Returns empty string for remote workspaces (read-only). |