HostPath returns the internal host filesystem path for the workspace boundary. Returns empty string for remote workspaces (read-only).
()
| 48 | // HostPath returns the internal host filesystem path for the workspace boundary. |
| 49 | // Returns empty string for remote workspaces (read-only). |
| 50 | func (ws *Workspace) HostPath() string { |
| 51 | return ws.hostPath |
| 52 | } |
| 53 | |
| 54 | // SetHostPath sets the internal host filesystem path. |
| 55 | func (ws *Workspace) SetHostPath(p string) { |
no outgoing calls
no test coverage detected