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

Method go

agentweb-core/src/main/java/com/just/agentweb/AgentWeb.java:358–365  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

356 }
357
358 private AgentWeb go(String url) {
359 this.getUrlLoader().loadUrl(url);
360 IndicatorController mIndicatorController = null;
361 if (!TextUtils.isEmpty(url) && (mIndicatorController = getIndicatorController()) != null && mIndicatorController.offerIndicator() != null) {
362 getIndicatorController().offerIndicator().show();
363 }
364 return this;
365 }
366
367 private EventInterceptor getInterceptor() {
368 if (this.mEventInterceptor != null) {

Callers

nothing calls this directly

Calls 5

getUrlLoaderMethod · 0.95
offerIndicatorMethod · 0.95
loadUrlMethod · 0.65
showMethod · 0.65

Tested by

no test coverage detected