MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / formatGuestLabel

Function formatGuestLabel

internal/ui/plugins/guestlist/view.go:474–476  ·  view source on GitHub ↗
(row guestRow)

Source from the content-addressed store, hash-verified

472}
473
474func formatGuestLabel(row guestRow) string {
475 return fmt.Sprintf("%4d %s", row.id, row.name)
476}
477
478func formatStatusText(status string) string {
479 status = strings.TrimSpace(status)

Callers 1

populateTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected