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

Function formatStamp

cmd/root.go:432–434  ·  view source on GitHub ↗
(timestamp float64)

Source from the content-addressed store, hash-verified

430}
431
432func formatStamp(timestamp float64) string {
433 return strconv.FormatFloat(timestamp, 'f', 3, 64)
434}
435
436func shortDescription(version string) string {
437 return fmt.Sprintf("CronitorCLI version %s", version)

Callers 4

RunCommandFunction · 0.85
sendPingFunction · 0.85
shell.goFile · 0.85
handleRunJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected