Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ EmptyStringResult
Function
EmptyStringResult
tests/runtime/lists/test.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
EmptyStringResult() string {
30
return
""
31
}
32
33
func
ListParam(x []uint8) {
34
if
!slices.Equal(x, []uint8{1, 2, 3, 4}) {
Callers
1
Run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected