Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
callMethod2WithInt
Method · 0.95
callMethod2WithByte
Method · 0.95
numericConversionTests.js
File · 0.45
tests.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected