MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / lookup

Function lookup

__tests__/scripts/dev-process-utils.test.ts:36–36  ·  view source on GitHub ↗
(cmd: string)

Source from the content-addressed store, hash-verified

34
35describe("resolveWindowsCommand", () => {
36 const lookup = (cmd: string) => `C:\\Users\\me\\.local\\bin\\${cmd}.exe`;
37
38 it("returns the command unchanged on non-Windows platforms", () => {
39 expect(resolveWindowsCommand("uvx", "linux", lookup)).toBe("uvx");

Callers 1

resolveWindowsCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected