Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LSPosed/LSPlant
/ staticMethod
Method
staticMethod
test/src/main/java/org/lsposed/lsplant/LSPTest.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
native
static
boolean initHooker();
16
17
static
boolean staticMethod() {
18
return
false;
19
}
20
21
String normalMethod(String a,
int
b, long c) {
22
return
a + b + c;
Callers
1
t01_staticMethod
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected