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

Function Run

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

Source from the content-addressed store, hash-verified

10)
11
12func Run() {
13 testNamedRoundtrip()
14 testBytesRoundtrip()
15 testEmptyRoundtrip()
16 testOptionRoundtrip()
17 testRecordRoundtrip()
18 testInlineRoundtrip()
19 testLargeRoundtrip()
20 testMultiParamRoundtrip()
21 testNestedRoundtrip()
22 testVariantRoundtrip()
23 testResultRoundtrip()
24 testTupleRoundtrip()
25 testSingleEntryRoundtrip()
26}
27
28func testNamedRoundtrip() {
29 input := test.NamesById{

Callers

nothing calls this directly

Calls 13

testNamedRoundtripFunction · 0.85
testBytesRoundtripFunction · 0.85
testEmptyRoundtripFunction · 0.85
testOptionRoundtripFunction · 0.85
testRecordRoundtripFunction · 0.85
testInlineRoundtripFunction · 0.85
testLargeRoundtripFunction · 0.85
testMultiParamRoundtripFunction · 0.85
testNestedRoundtripFunction · 0.85
testVariantRoundtripFunction · 0.85
testResultRoundtripFunction · 0.85
testTupleRoundtripFunction · 0.85

Tested by

no test coverage detected