MCPcopy 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
63func (br *Browser) Splits() *core.Splits {
64 return br.FindPath("splits").(*core.Splits)
65}
66
67func (br *Browser) Tree() *Node {
68 sp := br.Splits()

Callers 1

TreeMethod · 0.95

Calls 1

FindPathMethod · 0.80

Tested by

no test coverage detected