Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ OnOpen
Method
OnOpen
filetree/node.go:404–406 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
402
}
403
404
func
(fn *Node) OnOpen() {
405
fn.openDir()
406
}
407
408
func
(fn *Node) OnClose() {
409
if
!fn.IsDir() {
Callers
nothing calls this directly
Calls
1
openDir
Method · 0.95
Tested by
no test coverage detected