MCPcopy Index your code
hub / github.com/actions/setup-python / getBinaryDirectory

Function getBinaryDirectory

src/utils.ts:409–411  ·  view source on GitHub ↗
(installDir: string)

Source from the content-addressed store, hash-verified

407 * - On Windows, it is in the installation root.
408 */
409export function getBinaryDirectory(installDir: string) {
410 return IS_WINDOWS ? installDir : path.join(installDir, 'bin');
411}
412
413/**
414 * Extract next page URL from a HTTP response "link" header. Such headers are used in GitHub APIs.

Callers 2

installPyPyFunction · 0.90
findPyPyVersionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected