MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / isDir

Method isDir

cmd/cql-fuse/node.go:109–111  ·  view source on GitHub ↗

convenience functions to query the mode.

()

Source from the content-addressed store, hash-verified

107
108// convenience functions to query the mode.
109func (n *Node) isDir() bool {
110 return n.Mode.IsDir()
111}
112
113func (n *Node) isRegular() bool {
114 return n.Mode.IsRegular()

Callers 8

LookupMethod · 0.95
ReadDirAllMethod · 0.95
MkdirMethod · 0.95
CreateMethod · 0.95
RemoveMethod · 0.95
RenameMethod · 0.95
SymlinkMethod · 0.95
validateRenameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected