MCPcopy Create free account
hub / github.com/cogentcore/core / isOpen

Method isOpen

filetree/node.go:262–264  ·  view source on GitHub ↗

isOpen returns true if file is flagged as open

()

Source from the content-addressed store, hash-verified

260
261// isOpen returns true if file is flagged as open
262func (fn *Node) isOpen() bool {
263 return !fn.Closed
264}
265
266// IsNotSaved returns true if the file is open and has been changed (edited) since last Save
267func (fn *Node) IsNotSaved() bool {

Callers 4

watchUpdateMethod · 0.45
isDirOpenMethod · 0.45
dirsToMethod · 0.45
SearchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected