MCPcopy Index your code
hub / github.com/nodejs/corepack / generateWin32Link

Method generateWin32Link

sources/commands/Enable.ts:105–110  ·  view source on GitHub ↗
(installDirectory: string, distFolder: string, binName: string)

Source from the content-addressed store, hash-verified

103 }
104
105 async generateWin32Link(installDirectory: string, distFolder: string, binName: string) {
106 const file = path.join(installDirectory, binName);
107 await cmdShim(path.join(distFolder, `${binName}.js`), file, {
108 createCmdFile: true,
109 });
110 }
111}

Callers 1

executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected