Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
void exports::test::lists::to_test::EmptyListParam(wit::vector<uint8_t> a) {
48
assert(a.empty());
49
}
50
51
void exports::test::lists::to_test::EmptyStringParam(wit::string a) {
52
assert(a.empty());
Callers
2
Run
Function · 0.45
Run
Method · 0.45
Calls
2
assert
Function · 0.70
empty
Method · 0.45
Tested by
no test coverage detected