Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ Splits
Method
Splits
texteditor/diffbrowser/browser.go:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(br *Browser) Splits() *core.Splits {
64
return
br.FindPath(
"splits"
).(*core.Splits)
65
}
66
67
func
(br *Browser) Tree() *Node {
68
sp := br.Splits()
Callers
1
Tree
Method · 0.95
Calls
1
FindPath
Method · 0.80
Tested by
no test coverage detected