MCPcopy Create free account
hub / github.com/WindXaa/Android-reverse / checkComplete

Method checkComplete

WebCurl/WebInfo.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public boolean checkComplete() {
37 return this.title != null && this.title.length() > 0 && this.http_server != null && this.http_server.length() > 0 && this.language != null && this.language.length() > 0;
38 }
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected