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

Class ByteSlice

wasmtime-jni/src/ty/byte_slice.rs:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63#[derive(Debug)]
64#[repr(transparent)]
65pub struct ByteSlice([u8]);
66
67impl ByteSlice {
68 // pub fn new<'a>(bytes: &'a [u8]) -> &'a 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…