(p string)
| 588 | } |
| 589 | |
| 590 | func unixToWindowsPath(p string) string { |
| 591 | return strings.ReplaceAll(p, "/", "\\") |
| 592 | } |
| 593 | |
| 594 | // resolveAgentAbsPath resolves the absolute path to a file or directory in the |
| 595 | // workspace. If the path is relative, it will be resolved relative to the |
no outgoing calls
no test coverage detected