MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / helpEntry

Struct helpEntry

internal/app/model.go:1417–1417  ·  view source on GitHub ↗

--- help panel (bottom slide-up) ------------------------------------- helpEntry is one (key, description) row inside a help column.

Source from the content-addressed store, hash-verified

1415
1416// helpEntry is one (key, description) row inside a help column.
1417type helpEntry struct{ key, desc string }
1418
1419// helpColumn is a labeled vertical group of entries.
1420type helpColumn struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected