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

File byte_slice.rs

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

Source from the content-addressed store, hash-verified

1use std::ops::Deref;
2
3use anyhow::{anyhow, ensure, Error};
4use log::debug;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected