MCPcopy Create free account
hub / github.com/Justson/AgentWeb / back

Method back

agentweb-core/src/main/java/com/just/agentweb/AgentWeb.java:270–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 public boolean back() {
271 if (mIEventHandler == null) {
272 mIEventHandler = EventHandlerImpl.getInstantce(mWebCreator.getWebView(), getInterceptor());
273 }
274 return mIEventHandler.back();
275 }
276
277
278 public WebCreator getWebCreator() {

Callers

nothing calls this directly

Calls 4

getInstantceMethod · 0.95
getInterceptorMethod · 0.95
getWebViewMethod · 0.65
backMethod · 0.65

Tested by

no test coverage detected