Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lxn/walk
/ Add
Method
Add
widgetlist.go:32–34 ·
view source on GitHub ↗
(item Widget)
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(l *WidgetList) Add(item Widget) error {
33
return
l.Insert(len(l.items), item)
34
}
35
36
func
(l *WidgetList) At(index int) Widget {
37
return
l.items[index].window.(Widget)
Callers
1
SetParent
Method · 0.95
Calls
1
Insert
Method · 0.95
Tested by
no test coverage detected