| 73 | } |
| 74 | |
| 75 | static Valdi::SharedContext getContext(jlong contextHandle) { |
| 76 | return Valdi::unsafeBridge<Valdi::Context>(reinterpret_cast<void*>(contextHandle)); |
| 77 | } |
| 78 | |
| 79 | static Valdi::SharedViewNodeTree getViewNodeTree(jlong contextHandle) { |
| 80 | auto context = getContext(contextHandle); |
no outgoing calls
no test coverage detected