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

Method EmptyStringParam

tests/runtime/lists/test.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void exports::test::lists::to_test::EmptyStringParam(wit::string a) {
52 assert(a.empty());
53}
54
55wit::vector<uint8_t> exports::test::lists::to_test::EmptyListResult() {
56 return wit::vector<uint8_t>();

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls 2

assertFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected