MCPcopy 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
332func (c Crontab) IsRoot() bool {
333 return !c.IsUserCrontab || c.User == "root"
334}
335
336func (c Crontab) Exists() bool {
337

Callers 1

ParseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected