MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / toString

Method toString

src/main/java/org/htmlunit/History.java:228–231  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

226 * {@inheritDoc}
227 */
228 @Override
229 public String toString() {
230 return entries_.toString();
231 }
232
233 /**
234 * Removes the current URL from the history.

Callers 9

BodyFunction · 0.45
getContentAsStringMethod · 0.45
printMethod · 0.45
printScriptStackTraceMethod · 0.45
downloadMethod · 0.45
getRequestedUrlsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected