Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getProxy
Method
getProxy
quickjs/src/main/java/com/fongmi/quickjs/method/Global.java:104–108 ·
view source on GitHub ↗
(Boolean local)
Source
from the content-addressed store, hash-verified
102
}
103
104
@Keep
105
@JSMethod
106
public
String getProxy(Boolean local) {
107
return
Proxy.getUrl(local) +
"?do=js"
;
108
}
109
110
@Keep
111
@JSMethod
Callers
1
js2Proxy
Method · 0.95
Calls
1
getUrl
Method · 0.95
Tested by
no test coverage detected