()
| 40 | } |
| 41 | |
| 42 | isRootTopRath() { |
| 43 | return this.topPath === "/" || this.topPath === "\\"; |
| 44 | } |
| 45 | |
| 46 | private isOutsideWorkspace(absPath: string): boolean { |
| 47 | // fix the /app/ vs /app mismatch bug and keep it secure |
no outgoing calls
no test coverage detected