MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / ReportJThrowable

Class ReportJThrowable

wasmtime-jni/src/wasm_exception.rs:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49struct ReportJThrowable<'l, 'j: 'l> {
50 env: &'l JNIEnv<'j>,
51 throwable: JThrowable<'j>,
52}
53
54impl<'l, 'j: 'l> ReportJThrowable<'l, 'j> {
55 fn from(env: &'l JNIEnv<'j>, throwable: JThrowable<'j>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…