MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / setState

Method setState

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

Sets the state object. @param state the state object to use

(final Object state)

Source from the content-addressed store, hash-verified

132 * @param state the state object to use
133 */
134 void setState(final Object state) {
135 state_ = state;
136 }
137 }
138
139 /**

Callers 2

replaceStateMethod · 0.95
pushStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected