MCPcopy 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
29func EmptyStringResult() string {
30 return ""
31}
32
33func ListParam(x []uint8) {
34 if !slices.Equal(x, []uint8{1, 2, 3, 4}) {

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected