Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bluejekyll/wasmtime-java
/ deref
Method
deref
wasmtime-jni/src/ty/byte_slice.rs:76–78 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
74
type Target = [u8];
75
76
fn deref(&self) -> &Self::Target {
77
&self.0
78
}
79
}
80
81
impl ComplexTy for ByteSlice {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected