MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / assert_ciovec_array_same

Function assert_ciovec_array_same

crates/wasi/src/p0.rs:627–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

625}
626
627fn assert_ciovec_array_same() {
628 // NB: see above too
629 assert_eq!(
630 std::mem::size_of::<types::CiovecArray>(),
631 std::mem::size_of::<snapshot1_types::CiovecArray>()
632 );
633}
634
635impl From<snapshot1_types::Error> for Error {
636 fn from(error: snapshot1_types::Error) -> Error {

Callers 2

fd_writeMethod · 0.85
fd_pwriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected