Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ getPage
Method
getPage
src/main/java/org/htmlunit/History.java:83–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
Page getPage() {
84
if
(page_ == null) {
85
return
null;
86
}
87
return
page_.get();
88
}
89
90
void
clearPage() {
91
page_ = null;
Callers
2
goToUrlAtCurrentIndex
Method · 0.95
replaceState
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected