Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Facets-cloud/flow
/ ageString
Function
ageString
internal/app/list.go:419–424 ·
view source on GitHub ↗
(days int)
Source
from the content-addressed store, hash-verified
417
}
418
419
func
ageString(days int) string {
420
if
days <= 0 {
421
return
""
422
}
423
return
fmt.Sprintf(
"%dd"
, days)
424
}
425
426
func
projectCell(slug string) string {
427
if
slug ==
""
{
Callers
1
listTasksCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected