Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
func
(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
Element
Method · 0.95
AsExternType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected