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

Function MakeZ

tests/runtime/resources/resources.go:94–96  ·  view source on GitHub ↗
(a int32)

Source from the content-addressed store, hash-verified

92}
93
94func MakeZ(a int32) *Z {
95 return &Z{runtime.Pinner{}, 0, a}
96}
97
98var numDroppedZs uint32 = 0
99

Callers 1

AddFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected