Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cronitorio/cronitor-cli
/ IsRoot
Method
IsRoot
lib/crontab.go:332–334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
330
}
331
332
func
(c Crontab) IsRoot() bool {
333
return
!c.IsUserCrontab || c.User ==
"root"
334
}
335
336
func
(c Crontab) Exists() bool {
337
Callers
1
Parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected