MCPcopy Create free account
hub / github.com/cronitorio/cronitor-cli / printLn

Function printLn

cmd/root.go:386–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384}
385
386func printLn() {
387 if isAutoDiscover || isSilent {
388 return
389 }
390
391 fmt.Println()
392}
393
394func isPathToDirectory(path string) bool {
395 fileInfo, err := os.Stat(path)

Callers 4

processDirectoryFunction · 0.85
processCrontabFunction · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected