MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / run

Method run

tests/runtime/map/runner.rs:12–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11impl Guest for Component {
12 fn run() {
13 test_named_roundtrip();
14 test_bytes_roundtrip();
15 test_empty_roundtrip();
16 test_option_roundtrip();
17 test_record_roundtrip();
18 test_inline_roundtrip();
19 test_large_map();
20 test_multi_param_roundtrip();
21 test_nested_roundtrip();
22 test_variant_roundtrip();
23 test_result_roundtrip();
24 test_tuple_roundtrip();
25 test_single_entry_roundtrip();
26 }
27}
28
29fn test_named_roundtrip() {

Callers

nothing calls this directly

Calls 13

test_large_mapFunction · 0.85
test_named_roundtripFunction · 0.70
test_bytes_roundtripFunction · 0.70
test_empty_roundtripFunction · 0.70
test_option_roundtripFunction · 0.70
test_record_roundtripFunction · 0.70
test_inline_roundtripFunction · 0.70
test_nested_roundtripFunction · 0.70
test_variant_roundtripFunction · 0.70
test_result_roundtripFunction · 0.70
test_tuple_roundtripFunction · 0.70

Tested by

no test coverage detected