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

Method from

wasmtime-jni/src/wasm_exception.rs:55–57  ·  view source on GitHub ↗
(env: &'l JNIEnv<'j>, throwable: JThrowable<'j>)

Source from the content-addressed store, hash-verified

53
54impl<'l, 'j: 'l> ReportJThrowable<'l, 'j> {
55 fn from(env: &'l JNIEnv<'j>, throwable: JThrowable<'j>) -> Self {
56 Self { env, throwable }
57 }
58}
59
60impl<'l, 'j: 'l> fmt::Display for ReportJThrowable<'l, 'j> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected