Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
func
formatGuestLabel(row guestRow) string {
475
return
fmt.Sprintf(
"%4d %s"
, row.id, row.name)
476
}
477
478
func
formatStatusText(status string) string {
479
status = strings.TrimSpace(status)
Callers
1
populateTable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected