MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/utils/idePathConversion.ts:26–26  ·  view source on GitHub ↗
(private wslDistroName: string | undefined)

Source from the content-addressed store, hash-verified

24 */
25export class WindowsToWSLConverter implements IDEPathConverter {
26 constructor(private wslDistroName: string | undefined) {}
27
28 toLocalPath(windowsPath: string): string {
29 if (!windowsPath) return windowsPath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected