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

Method isRegular

cmd/cql-fuse/node.go:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (n *Node) isRegular() bool {
114 return n.Mode.IsRegular()
115}
116
117func (n *Node) isSymlink() bool {
118 return n.Mode&os.ModeSymlink != 0

Callers 4

AttrMethod · 0.95
SetattrMethod · 0.95
WriteMethod · 0.95
ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected