Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
func
MakeZ(a int32) *Z {
95
return
&Z{runtime.Pinner{}, 0, a}
96
}
97
98
var
numDroppedZs uint32 = 0
99
Callers
1
Add
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected