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

Method IsExec

filetree/node.go:257–259  ·  view source on GitHub ↗

IsExec returns true if file is an executable file

()

Source from the content-addressed store, hash-verified

255
256// IsExec returns true if file is an executable file
257func (fn *Node) IsExec() bool {
258 return fn.Info.IsExec()
259}
260
261// isOpen returns true if file is flagged as open
262func (fn *Node) isOpen() bool {

Callers 2

InitMethod · 0.95
SearchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected