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

Method EmptyListParam

tests/runtime/lists/test.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void exports::test::lists::to_test::EmptyListParam(wit::vector<uint8_t> a) {
48 assert(a.empty());
49}
50
51void exports::test::lists::to_test::EmptyStringParam(wit::string a) {
52 assert(a.empty());

Callers 2

RunFunction · 0.45
RunMethod · 0.45

Calls 2

assertFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected