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

Method owner

tabletype.go:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (ty *TableType) owner() interface{} {
54 if ty._owner != nil {
55 return ty._owner
56 }
57 return ty
58}
59
60// Close will deallocate this type's state explicitly.
61//

Callers 2

ElementMethod · 0.95
AsExternTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected