MCPcopy Create free account
hub / github.com/LSPosed/LSPlant / normalMethod

Method normalMethod

test/src/main/java/org/lsposed/lsplant/LSPTest.java:21–23  ·  view source on GitHub ↗
(String a, int b, long c)

Source from the content-addressed store, hash-verified

19 }
20
21 String normalMethod(String a, int b, long c) {
22 return a + b + c;
23 }
24
25 String manyParametersMethod(String a, boolean b, byte c, short d, int e, long f, float g, double h, Integer i, Long j) {
26 return a + b + c + d + e + f + g + h + i + j;

Callers 1

t02_normalMethodMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected