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

Method ListParam2

tests/runtime/lists/test.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void exports::test::lists::to_test::ListParam2(wit::string ptr) {
68 assert(equal(ptr, std::string_view("foo")));
69}
70
71void exports::test::lists::to_test::ListParam3(wit::vector<wit::string> ptr) {
72 assert(equal(ptr.size(), size_t(3)));

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls 2

assertFunction · 0.70
equalFunction · 0.70

Tested by

no test coverage detected