Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/dev-infra
/ isUnixExecutable
Function
isUnixExecutable
github-actions/saucelabs/set-saucelabs-env.js:19951–19953 ·
view source on GitHub ↗
(stats)
Source
from the content-addressed store, hash-verified
19949
if
(err.code ===
"ENOENT"
) {
19950
return
false;
19951
}
19952
throw err;
19953
}
19954
return
true;
19955
});
19956
}
Callers
1
tryGetExecutablePath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected