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

Function Run

tests/runtime/strings-simple/runner.go:8–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8func Run() {
9 test.Foo("hello")
10 value := test.Bar()
11 if value != "world" {
12 panic(fmt.Sprintf("expected `world`; got `%v`", value))
13 }
14}

Callers

nothing calls this directly

Calls 2

FooMethod · 0.45
BarMethod · 0.45

Tested by

no test coverage detected