MCPcopy Create free account
hub / github.com/buggins/coolreader / goLink

Method goLink

android/src/org/coolreader/crengine/DocView.java:63–67  ·  view source on GitHub ↗

Follow link. @param link @return

(String link)

Source from the content-addressed store, hash-verified

61 * @return
62 */
63 public int goLink(String link) {
64 synchronized(mutex) {
65 return goLinkInternal(link);
66 }
67 }
68
69 /**
70 * Find a link near to specified window coordinates.

Callers 2

workMethod · 0.45

Calls 1

goLinkInternalMethod · 0.95

Tested by

no test coverage detected