Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
func
formatSeconds(seconds float64) string {
464
return
fmt.Sprintf(
"%.2fs"
, seconds)
465
}
466
467
func
escapeTableCell(value string) string {
468
value = strings.ReplaceAll(value,
"|"
, `\|`)
Callers
1
renderMarkdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected