MCPcopy Index your code
hub / github.com/SamNet-dev/snix / kvLine

Function kvLine

tui/styles.go:68–70  ·  view source on GitHub ↗

kvLine formats a key/value pair aligned for the dashboard.

(k, v string)

Source from the content-addressed store, hash-verified

66
67// kvLine formats a key/value pair aligned for the dashboard.
68func kvLine(k, v string) string {
69 return keyStyle.Render(k) + valueStyle.Render(v)
70}

Callers 3

ViewMethod · 0.85
renderProfileDetailFunction · 0.85
ViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected