Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Body
Function · 0.45
getContentAsString
Method · 0.45
print
Method · 0.45
createPrintableStackTrace
Method · 0.45
printScriptStackTrace
Method · 0.45
makeWebResponseForBlobUrl
Method · 0.45
makeWebResponseForJavaScriptUrl
Method · 0.45
download
Method · 0.45
getRequestedUrls
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected