Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andlabs/ui
/ LibuiControl
Method
LibuiControl
control.go:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(c *ControlBase) LibuiControl() uintptr {
91
return
uintptr(unsafe.Pointer(c.c))
92
}
93
94
func
(c *ControlBase) Destroy() {
95
delete(controls, c.c)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected