Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/SoLoader
/ close
Method
close
java/com/facebook/soloader/FileLocker.java:49–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
@Override
50
public
void
close() throws IOException {
51
try {
52
if
(mLock != null) {
53
mLock.release();
54
}
55
} finally {
56
mLockFileOutputStream.close();
57
}
58
}
59
}
Callers
3
prepare
Method · 0.95
FileLocker
Method · 0.45
unpack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected