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

Method owner

importtype.go:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

TypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected