MCPcopy Index your code
hub / github.com/actions/setup-java / projectRoot

Function projectRoot

__tests__/cache.test.ts:509–515  ·  view source on GitHub ↗
(workspace: string)

Source from the content-addressed store, hash-verified

507}
508
509function projectRoot(workspace: string): string {
510 if (os.platform() === 'darwin') {
511 return `/private${workspace}`;
512 } else {
513 return workspace;
514 }
515}

Callers 1

cache.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected