Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ clean
Method
clean
src/com/sun/jna/internal/Cleaner.java:113–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
@Override
114
public
void
clean() {
115
if
(cleaner.remove(this)) {
116
cleanupTask.run();
117
}
118
}
119
120
CleanerRef getPrevious() {
121
return
previous;
Callers
nothing calls this directly
Calls
2
remove
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected