MCPcopy 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
50export async function run() {
51 await removePrivateKeyFromKeychain();
52 await ignoreError(saveCache());
53}
54
55if (require.main === module) {
56 run();

Callers 1

cleanup-java.tsFile · 0.70

Calls 3

ignoreErrorFunction · 0.85
saveCacheFunction · 0.85

Tested by

no test coverage detected