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

Function createDirectory

__tests__/cache.test.ts:504–507  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

502}
503
504function createDirectory(path: string) {
505 core.info(`created a directory at ${path}`);
506 fs.mkdirSync(path);
507}
508
509function projectRoot(workspace: string): string {
510 if (os.platform() === 'darwin') {

Callers 1

cache.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected