Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ TestTree
Function
TestTree
filetree/tree_test.go:13–17 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
11
)
12
13
func
TestTree(t *testing.T) {
14
b := core.NewBody()
15
NewTree(b).OpenPath(
"../events"
)
16
b.AssertRender(t,
"basic"
)
17
}
Callers
nothing calls this directly
Calls
4
AssertRender
Method · 0.95
NewBody
Function · 0.92
OpenPath
Method · 0.80
NewTree
Function · 0.70
Tested by
no test coverage detected