MCPcopy 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

loadJavaScriptFromUrlMethod · 0.95
loadStylesheetMethod · 0.95
handleAttachmentMethod · 0.95

Calls 1

cleanUpMethod · 0.65

Tested by

no test coverage detected