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

Function cannot_set_big_and_little

cranelift/codegen/src/ir/memflags.rs:596–600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

594
595 #[test]
596 fn cannot_set_big_and_little() {
597 let _big = MemFlagsData::new().with_endianness(Endianness::Big);
598
599 let _little = MemFlagsData::new().with_endianness(Endianness::Little);
600 }
601
602 #[test]
603 fn only_one_region() {

Callers

nothing calls this directly

Calls 2

newFunction · 0.50
with_endiannessMethod · 0.45

Tested by

no test coverage detected