MCPcopy Index your code
hub / github.com/coder/coder / formatSeconds

Function formatSeconds

scripts/gotestsummary/main.go:463–465  ·  view source on GitHub ↗
(seconds float64)

Source from the content-addressed store, hash-verified

461}
462
463func formatSeconds(seconds float64) string {
464 return fmt.Sprintf("%.2fs", seconds)
465}
466
467func escapeTableCell(value string) string {
468 value = strings.ReplaceAll(value, "|", `\|`)

Callers 1

renderMarkdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected