MCPcopy 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
419func ageString(days int) string {
420 if days <= 0 {
421 return ""
422 }
423 return fmt.Sprintf("%dd", days)
424}
425
426func projectCell(slug string) string {
427 if slug == "" {

Callers 1

listTasksCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected