Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ SetLayout
Method
SetLayout
splitter.go:89–91 ·
view source on GitHub ↗
(value Layout)
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(s *Splitter) SetLayout(value Layout) error {
90
return
newError(
"not supported"
)
91
}
92
93
func
(s *Splitter) HandleWidth() int {
94
return
s.handleWidth
Callers
nothing calls this directly
Calls
1
newError
Function · 0.85
Tested by
no test coverage detected