MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / setGitExecFileForTest

Function setGitExecFileForTest

src/dashboard/api.js:1514–1516  ·  view source on GitHub ↗
(execFile)

Source from the content-addressed store, hash-verified

1512let gitExecFileForTest = null;
1513
1514export function setGitExecFileForTest(execFile) {
1515 gitExecFileForTest = execFile;
1516}
1517
1518function makeSelfUpdateUnavailableError() {
1519 const err = new Error(SELF_UPDATE_UNAVAILABLE);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected