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

Method GetA

tests/runtime/resources/leaf.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13func (self *Y) GetA() int32 {
14 return self.a
15}
16
17func (self *Y) SetA(a int32) {
18 self.a = a

Callers 3

AddMethod · 0.45
TestImportsMethod · 0.45
RunFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestImportsMethod · 0.36