Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/actions/setup-java
/ run
Function
run
src/cleanup-java.ts:50–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
export
async
function
run() {
51
await
removePrivateKeyFromKeychain();
52
await
ignoreError(saveCache());
53
}
54
55
if
(require.main === module) {
56
run();
Callers
1
cleanup-java.ts
File · 0.70
Calls
3
removePrivateKeyFromKeychain
Function · 0.85
ignoreError
Function · 0.85
saveCache
Function · 0.85
Tested by
no test coverage detected