MCPcopy 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

goToUrlAtCurrentIndexMethod · 0.95
replaceStateMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected