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

Function makeStamp

cmd/root.go:428–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426}
427
428func makeStamp() float64 {
429 return float64(time.Now().UnixNano()) / float64(time.Second)
430}
431
432func formatStamp(timestamp float64) string {
433 return strconv.FormatFloat(timestamp, 'f', 3, 64)

Callers 4

ping.goFile · 0.85
RunCommandFunction · 0.85
shell.goFile · 0.85
handleRunJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected