Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void exports::test::lists::to_test::EmptyStringParam(wit::string a) {
52
assert(a.empty());
53
}
54
55
wit::vector<uint8_t> exports::test::lists::to_test::EmptyListResult() {
56
return wit::vector<uint8_t>();
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