()
| 116 | // refnum is passed to Go, to avoid finalizing and |
| 117 | // invalidating it before being translated on the Go side. |
| 118 | int incRefnum(); |
| 119 | } |
| 120 | // A Proxy is a Java object that proxies a Go object. Proxies, unlike |
| 121 | // GoObjects, are unwrapped to their Go counterpart when deserialized |
no outgoing calls
no test coverage detected