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

Method owner

exporttype.go:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

TypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected