Method
connect
(JSONArray args, CallbackContext callback)
Source from the content-addressed store, hash-verified
| 75 | } |
| 76 | |
| 77 | public void connect(JSONArray args, CallbackContext callback) { |
| 78 | connect(args, callback, false); |
| 79 | } |
| 80 | |
| 81 | public void connect( |
| 82 | JSONArray args, |
Tested by
no test coverage detected