MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime-go / ptr

Method ptr

tabletype.go:44–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (ty *TableType) ptr() *C.wasm_tabletype_t {
45 ret := ty._ptr
46 if ret == nil {
47 panic("object has been closed already")
48 }
49 maybeGC()
50 return ret
51}
52
53func (ty *TableType) owner() interface{} {
54 if ty._owner != nil {

Callers 5

ElementMethod · 0.95
MinimumMethod · 0.95
MaximumMethod · 0.95
AsExternTypeMethod · 0.95
NewTableTypeFunction · 0.45

Calls 1

maybeGCFunction · 0.70

Tested by

no test coverage detected