Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ SetName
Method
SetName
scrollview.go:136–138 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
134
}
135
136
func
(sv *ScrollView) SetName(name string) {
137
sv.composite.SetName(name)
138
}
139
140
func
(sv *ScrollView) Persistent() bool {
141
return
sv.composite.Persistent()
Callers
nothing calls this directly
Calls
1
SetName
Method · 0.65
Tested by
no test coverage detected