Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
504
function
createDirectory(path: string) {
505
core.info(`created a directory at ${path}`);
506
fs.mkdirSync(path);
507
}
508
509
function
projectRoot(workspace: string): string {
510
if
(os.platform() ===
'darwin'
) {
Callers
1
cache.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected