Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ cleanUp
Method
cleanUp
src/main/java/org/htmlunit/WebResponse.java:338–342 ·
view source on GitHub ↗
Clean up the response data.
()
Source
from the content-addressed store, hash-verified
336
* Clean up the response data.
337
*/
338
public
void
cleanUp() {
339
if
(responseData_ != null) {
340
responseData_.cleanUp();
341
}
342
}
343
344
/**
345
* @
return
true
if
the 2xx
Callers
3
loadJavaScriptFromUrl
Method · 0.95
loadStylesheet
Method · 0.95
handleAttachment
Method · 0.95
Calls
1
cleanUp
Method · 0.65
Tested by
no test coverage detected