(info SessionRecord)
| 1301 | } |
| 1302 | |
| 1303 | func displaySessionWorkspace(info SessionRecord) string { |
| 1304 | return firstNonEmpty(strings.TrimSpace(info.WorkspacePath), strings.TrimSpace(info.WorkspaceID)) |
| 1305 | } |
| 1306 | |
| 1307 | func resolveSessionCreateWorkspace(deps commandDeps, workspaceRef string, cwd string) (string, string, error) { |
| 1308 | trimmedWorkspace := strings.TrimSpace(workspaceRef) |
no test coverage detected