MCPcopy Create free account
hub / github.com/NativeScript/android / method2

Method method2

test-app/app/src/main/java/com/tns/tests/Button1.java:158–160  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

156 }
157
158 public String method2(int value) {
159 return "int=" + value;
160 }
161
162 public String callMethod2WithInt() {
163 return method2(1);

Callers 4

callMethod2WithIntMethod · 0.95
callMethod2WithByteMethod · 0.95
tests.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected