Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
113
func
(n *Node) isRegular() bool {
114
return
n.Mode.IsRegular()
115
}
116
117
func
(n *Node) isSymlink() bool {
118
return
n.Mode&os.ModeSymlink != 0
Callers
4
Attr
Method · 0.95
Setattr
Method · 0.95
Write
Method · 0.95
Read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected