Store associated data, currently empty
| 5 | |
| 6 | /// Store associated data, currently empty |
| 7 | pub struct JavaState { |
| 8 | wasi: WasiCtx, |
| 9 | } |
| 10 | |
| 11 | impl JavaState { |
| 12 | pub fn new(_env: JNIEnv<'_>) -> Result<Self, Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…