MCPcopy
hub / github.com/mathaou/termdbms / SetShowHelp

Method SetShowHelp

list/list.go:269–272  ·  view source on GitHub ↗

SetShowHelp shows or hides the help view.

(v bool)

Source from the content-addressed store, hash-verified

267
268// SetShowHelp shows or hides the help view.
269func (m *Model) SetShowHelp(v bool) {
270 m.showHelp = v
271 m.updatePagination()
272}
273
274// ShowHelp returns whether or not the help is set to be rendered.
275func (m Model) ShowHelp() bool {

Callers

nothing calls this directly

Calls 1

updatePaginationMethod · 0.95

Tested by

no test coverage detected