Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ Tabs
Method
Tabs
texteditor/diffbrowser/browser.go:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
func
(br *Browser) Tabs() *core.Tabs {
73
return
br.FindPath(
"splits/tabs"
).(*core.Tabs)
74
}
75
76
// OpenFiles Updates the tree based on files
77
func
(br *Browser) OpenFiles() {
//types:add
Callers
1
ViewDiff
Method · 0.95
Calls
1
FindPath
Method · 0.80
Tested by
no test coverage detected