MCPcopy Create free account
hub / github.com/basecamp/hey-cli / newHelpBar

Function newHelpBar

internal/tui/help.go:22–24  ·  view source on GitHub ↗
(s styles)

Source from the content-addressed store, hash-verified

20// together at the end they are a group you can skip past.
21func modifiersLast(bindings []helpBinding) []helpBinding {
22 plain := make([]helpBinding, 0, len(bindings))
23 chorded := make([]helpBinding, 0, len(bindings))
24 for _, binding := range bindings {
25 if strings.Contains(binding.key, "+") {
26 chorded = append(chorded, binding)
27 } else {

Callers 1

newModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected