MCPcopy 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
404func (fn *Node) OnOpen() {
405 fn.openDir()
406}
407
408func (fn *Node) OnClose() {
409 if !fn.IsDir() {

Callers

nothing calls this directly

Calls 1

openDirMethod · 0.95

Tested by

no test coverage detected